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.
|
feedback
|
|
Short answer: yes Long answer: The file access times may differ but if you use Check out the man page. | |||||||
feedback
|
|
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.
| |||
|
feedback
|