8
votes
Accepted
Is it true that rsync does not handle "File renames" gracefully?
There is no mechanism for rsync to track renames as it does not maintain state other than while it is running. If you rename /test/10GBfile to /test/10GBfile_newname on the source computer, then by ...
5
votes
Is it true that rsync does not handle "File renames" gracefully?
--fuzzy has already been answered but there is another interesting hack involving hard links.
After the first transfer
$ rsync -avHP --delete-after ~/family/Photos remotebox:backups
You create a hard ...
2
votes
Is it true that rsync does not handle "File renames" gracefully?
That page claims patches for --detect-renamed option were available for rsync 3.0.9. It has links to patches, link to bugzilla discussion.
My rsync 3.1.3 does not have --detect-renamed option. The ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
rdiff × 7backup × 4
rsync × 3
rdiff-backup × 3
rsnapshot × 2
linux × 1
pipe × 1
diff × 1
storage × 1
synchronization × 1
patch × 1
file-comparison × 1
vimdiff × 1