Has anybody seen this? We want to seperate the statistics out from the file list, and were using tail to grab the end of the file. the command we run is:

rsync -r -a -z --partial --suffix=".backup" --exclude="*.backup" \
--stats -v /. 10.1.1.60::cds101/ > /var/log/rsync.log 2>&1

along with a number of excludes to skip the /tmp, /dev, /var and /proc directories. The output in file /var/log/rsync.log is:

building file list ... done
dev/ttyp0
etc/cups/certs/
etc/cups/certs/0
etc/mail/statistics
root/.bash_history
smb_shares/var/lib/dhcp/
smb_shares/var/lib/dhcp/dhcpd.leases
smb_shares/var/lib/dhcp/dhcpd.leases~
smb_shares/var/log/debug
smb_shares/var/log/mail
smb_shares/var/log/messages
smb_shares/var/log/rsync.log
smb_shares/var/log/secure
smb_shares/var/run/utmp
smb_shares/var/spool/clientmqueue/
smb_shares/var/spool/mail/
smb_shares/var/spool/mail/root
smb_shares/var/spool/mqueue/
usr/local/samba/var/locks/
usr/local/samba/var/locks/browse.dat

Number of files: 169315
Number of files transferred: 13
Total file size: 1714847358 bytes
Total transferred file size: 1013994 bytes
Literal data: 30552 bytes
Matched data: 983834 bytes
File list size: 3438061
Total bytes written: 3442643
Total bytes read: 8794

wrote 3442643 bytes read 8794 bytes 9094.70 bytes/sec
total size is 1714847358 speedup is 496.85
dev/
etc/cups/certs/
etc/mail/
root/
smb_shares/var/lib/dhcp/
smb_shares/var/log/
smb_shares/var/run/
smb_shares/var/spool/mail/
usr/local/samba/var/locks/


Any ideas? Thanks!

Ed King


--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to