For example, say I have a full backup done using robocopy. Can I then use rsync to replicate just the changes? Or will rsync do another full copy? I don't want that to happen because it's over a slow WAN link.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Short answer: yes Long answer: The file access times may differ but if you use Check out the man page. |
|||||||
|
|
If the file and folder structure is the same on both sides it will be an incremental copy. I would do a dry run with rysnc to test first though.
|
|||
|
|