Hi Tony,
here are some more specifics on my
current setup, together with the rsync command lines.
- 2 NASLite-2 USB servers, each running 4 disks. Named NAS01 (for "live/ production"-files = source) + NAS02 (as backup = target).
- one WinXP box acting as client in the rsync process
- Gigabit network
- \\NAS01\Disk-0 mapped as "I:\", with I:\IMG01 being the source folder
- \\Nas02\Disk-2\IMG01-BU being the target
The rsync commandline now looks as follows:
Code:
"C:\Program Files\rsync\rsync.exe" --progress -vv --archive --delete-after --sparse --stats --ignore-times --modify-window=1 --checksum "/cygdrive/I/IMG01/" "NAS02::Disk-2/IMG01-BU/" >>"Z:\22 PC LOGS&SETTINGS\rsync-logs\PHOTO\rsync-transfer.htm" 2>>"Z:\22 PC LOGS&SETTINGS\rsync-logs\PHOTO\rsync-error.htm"
To generate the file list alone for
one drive (and I have three more drives to backup in a similar fashion) took over 7 hrs yesterday (in --dry-run mode) for about 39.000 image files with the setup described above. A bit long in my estimation.
So to avoid locking up the XP machine, my thought was to "clamp the old notebook in between", running rsync, to facilitate only the described NAS01 to NAS02 transfer. (See the notebook states in prev. message)
Does this make sense, or is there a more efficient way to use rsync or to do this backup in general?
Hope the added information helps to make sense of my scenario.