PDA

View Full Version : Rebuild configuration problem


l.d.m
01-13-2008, 06:17 AM
hi neoxed,
my nxTools.cfg is:

set dupe(CheckExempts) {
...
{/MUSIC/MP3/!sorted/*}
{/MUSIC/MV/!sorted/*}
...
}

set dupe(LoggingExempts) {
...
{/MUSIC/MP3/!sorted/*}
{/MUSIC/MV/!sorted/*}
...
}

set dupe(RebuildPaths) {
...
{{/MUSIC/MP3} {D:/ioFTPD/site/MUSIC/MP3} True True}
{{/MUSIC/MV} {D:/ioFTPD/site/MUSIC/MV} True True}
...
}



but when I give the command SITE REBUILD, !sorted dirs are logged in dupe database

neoxed
01-13-2008, 02:06 PM
Your post was moved because it had absolutely nothing to do with thread you posted in.

Add !sorted to dupe(RebuildIgnore).

set dupe(RebuildIgnore) {
(incomplete)-*
{\[*\] - ( * ) - \[*\]}
{\[*complete*\]}
{\[imdb\] * \[imdb\]}
!sorted
}