Displaying 1 result from an estimated 1 matches for "sbjobarchive".
Did you mean:
jobarchive
2013 May 21
2
rsync behavior on copy-on-write filesystems
...place to make a copy of the first file.
## Note:
## - We use --inplace to copy over the existing file
## - We do not use -W aka --whole-file so the delta-xfer algorithm
should be in play
## - The hope is that rsync will only rewrite the first block of the file
$ time /usr/share/sbtools-sbjobarchive/external-apps/rsync/rsync-3.0.9/install/centos5-64/bin/rsync
--stats -az --timeout=600 --inplace src/ current/
Number of files: 2
Number of files transferred: 1
Total file size: 10737418240 bytes
Total transferred file size: 10737418240 bytes
Literal data: 10737418240 bytes
Matched data: 0 bytes
F...