LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rsyncing an already rsynce'd directory (https://www.linuxquestions.org/questions/linux-software-2/rsyncing-an-already-rsynced-directory-4175577463/)

biosboy4 04-14-2016 12:48 PM

rsyncing an already rsynce'd directory
 
rsyncing an already rsynce'd directory. Can/should this be done? What are the repercussions of this? Would I have to restore delta files twice?

Try to respond quickly if possible, I am actively working on the project.

Thanks for all your open source help.

lazydog 04-14-2016 01:42 PM

I do not see how this would be a problem. If there are no changes from the source directory then there will be no changes to the destination directory.

sgosnell 04-14-2016 03:42 PM

I do it all the time, sync a directory with multiple others, via rsync. On each run, rsync checks the contents of both the source and destination directories and syncs them. It makes no difference whether they've ever been synced before, with each other or with other locations. Each time is a new sync.


All times are GMT -5. The time now is 10:35 PM.