Skip to content

Instantly share code, notes, and snippets.

@aheritier
Created March 18, 2014 11:12
Show Gist options
  • Select an option

  • Save aheritier/9618043 to your computer and use it in GitHub Desktop.

Select an option

Save aheritier/9618043 to your computer and use it in GitHub Desktop.
rsync issue
Before
======
sending incremental file list
Number of files: 838508
Number of files transferred: 0
Total file size: 26.08G bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 27.03M
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 27.69M
Total bytes received: 656.92K
sent 27.69M bytes received 656.92K bytes 1.45M bytes/sec
total size is 26.08G speedup is 919.98
[INFO] Return code : 0
[INFO] Time report (sec) : 19.69 real, 14.21 user, 27.30 system
[INFO] Done
After
=====
sending incremental file list
Number of files: 839046
Number of files transferred: 0
Total file size: 26.07G bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 27.04M
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 27.70M
Total bytes received: 657.63K
sent 27.70M bytes received 657.63K bytes 11.97K bytes/sec
total size is 26.07G speedup is 919.34
[INFO] Return code : 0
[INFO] Time report (sec) : 2369.15 real, 34.83 user, 74.14 system
[INFO] Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment