search for: ahrsx

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

Did you mean: ahrs
2010 May 14
1
skipping and not finding batched updates with extra --link-dest?
...ink-dest argument on the receiving end, to simplify finding identical files. So the receiving end, unlike the sending one, has two --link-dests -- one usual for the "previous state", and one extra, for "other machine" current state. Example command lines: sender: rsync -aHRSx \ --link-dest=$last \ --write-batch=batch \ directory... \ $cur receiver: rsync -aHRS \ --read-batch=batch \ --link-dest=$other \ --link-dest=$last \ $cur So the only one additional option is given: extra --link-dest=$other, for current backup dir of another...