search for: documentsandsettings

Displaying 1 result from an estimated 1 matches for "documentsandsettings".

2012 Jun 11
2
Link-dest breaks on uid/gid mismatches
...to keep things simple I'm going to ignore that for now. A cut-down example rsync command could be something like this, rsync -avxH --delete --numeric-ids --relative --delete-excluded --modify-window=1 --password-file=/etc/rsnapshot.secret --link-dest=/backup/last/ rsync://rsync at windows/DocumentsAndSettings /backup/this/ If this call contacts a Linux based system, the hard links between files in /backup/last/... and their unchanged counterparts in /backup/this/ are created by the --link-dest option as expected. If this contacts a Windows based system running DeltaCopy they are not linked. Ever....