Backup Procedure
Sync data across the network using ssh.
rsync -van –stats -e “ssh -c blowfish -l mikel” /data/ azrael:/data
File size: 103164262426 bytes
Total transferred file size: 78026024384 bytes
Literal data: 78026024384 bytes
Matched data: 0 bytes
File list size: 72689
Total bytes written: 78035637045
Total bytes read: 6480
wrote 78035637045 bytes read 6480 bytes 2933174.60 bytes/sec
total size is 103164262426 speedup is 1.32
Sync data between directories (will delete files in the destination).
rsync -van –delete –stats –progress /data/ /image
October 2005
Number of files: 7539
Number of files transferred: 1039
Total file size: 477791146650 bytes
Total transferred file size: 85402866694 bytes
Literal data: 85402866694 bytes
Matched data: 0 bytes
File list size: 280295
Total bytes written: 85413616525
Total bytes read: 20800
wrote 85413616525 bytes read 20800 bytes 11110717.05 bytes/sec
total size is 477791146650 speedup is 5.59
November 2005
Number of files: 7616
Number of files transferred: 227
Total file size: 477642610095 bytes
Total transferred file size: 47960085861 bytes
Literal data: 47960085861 bytes
Matched data: 0 bytes
File list size: 283865
Total bytes written: 47966233766
Total bytes read: 4560
wrote 47966233766 bytes read 4560 bytes 10972489.61 bytes/sec
total size is 477642610095 speedup is 9.96
April 2006
Number of files: 9344
Number of files transferred: 1216
Total file size: 479274911028 bytes
Total transferred file size: 126061451333 bytes
Literal data: 126061451333 bytes
Matched data: 0 bytes
File list size: 374001
Total bytes written: 126077265334
Total bytes read: 24340
wrote 126077265334 bytes read 24340 bytes 14724355.00 bytes/sec
total size is 479274911028 speedup is 3.80
March 2007
Number of files: 10292
Number of files transferred: 1805
Total file size: 479439334209 bytes
Total transferred file size: 136449426029 bytes
Literal data: 136449426029 bytes
Matched data: 0 bytes
File list size: 415035
File list generation time: 0.223 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 136466579048
Total bytes received: 41080
sent 136466579048 bytes received 41080 bytes 14435565.68 bytes/sec
total size is 479439334209 speedup is 3.51

