Displaying 2 results from an estimated 2 matches for "folderss".
Did you mean:
folders
2017 Nov 19
2
Rsync to just upload new/updated files without comparing source/destination
Hi,
I have huge data on my destination system (>5 TB, > 400,000 files, nested
folderss) and i am trying to publish new files from our shared location to
destination system. I am looking forward to use rsync but want it to just
push new/updated files uploaded on shared server to destination. I don't
intent to keep all data to remain in sync on source server and want to
delete the...
2017 Nov 19
0
Rsync to just upload new/updated files without comparing source/destination
...o. Adding --omit-dir-times will save you a lot
of output if you have any of --itemize-changes --verbose --progress.
When in doubt, do a --dry-run
On 11/19/2017 12:48 PM, Amit via rsync wrote:
> Hi,
>
> I have huge data on my destination system (>5 TB, > 400,000 files, nested
> folderss) and i am trying to publish new files from our shared location to
> destination system. I am looking forward to use rsync but want it to just
> push new/updated files uploaded on shared server to destination. I don't
> intent to keep all data to remain in sync on source server and want...