Displaying 1 result from an estimated 1 matches for "cosntructed".
Did you mean:
constructed
2004 Sep 30
1
--delete and explicitly listed files
...pied to dr host. An overall size of
all files is pretty high. Given the required frequency of updates rsync
is an obvious choice. But we are out of luck with it! It is important to
understand that the files are scattered over the filesytem. There is no
chance to sync it dir-by-dir. File list is cosntructed from different
sources: predefined chunks, outputs from 'find' with wildcards, and so
on. When the list is ready, we would like to sync it with something like
this
rsync -aR --delete ${list} dr:/
I would expect that in this context rsync will "synchronize"
non-existing files...