Read the manual and configuration included with nxTools.
Code:
- SITE REBUILD
Description:
- Updates the file and directory dupe database by scanning predefined paths.
Examples:
- SITE REBUILD
Code:
#### Dupe Log Rebuild ######################################
#
# - Recreates the file and/or directory dupe log by searching the defined paths.
# - Format: <virtual path> <physical path> <directories> <files>
# Virtual Path - Virtual path to rebuild files and directories from.
# Physical Path - The virtual path's physical location.
# Log Directories - Update the directory database from this path.
# Log Files - Update the file database from this path.
#
set dupe(RebuildPaths) {
{{/0DAY} {D:/Site/0DAY} True False}
{{/APPS} {D:/Site/APPS} True True}
{{/GAMES} {E:/Site/GAMES} True True}
{{/SVCD} {E:/Site/SVCD} True True}
{{/VCD} {E:/Site/VCD} True True}
{{/XVID} {E:/Site/XVID} True True}
}