Displaying 1 result from an estimated 1 matches for "urvlopg".
2008 May 14
2
Help
...es all pictures and files and such, now every time I
rsync the directory over it takes like hours to create the file list.
Now I'm fine with that, but I need to know if it can save the file list
it generates and uses it over again for the other machines?
Now my script is pretty basic:
rsync -urvlopg --delete /local/dir rsync://remote1/MODULE
repeat this ten times for remote1 through remote10. I want to speed up
this process by making it so it only gets the file list once and copies
the updates it needs to each machine. Right now when the script runs it
will rsync generate file list, copy...