Displaying 2 results from an estimated 2 matches for "polhom".
Did you mean:
polcom
2009 Jun 10
2
rsync excluded file syntax errors
I cannot figure out where I am going wrong with my excluded files
syntax! rsync backups up those folders I'm trying to exclude.
rsync -av --exclude-from=/etc/rsync_excluded.conf --delete
root@polaris::polhome /pol_home_bkup
cat /etc/rsync_excluded.conf
- /home/agokhale
- /home/anand
- /home/asalazar
etc.
These are all top level folders with the same names.
On the rsync server rsyncd.conf:
[snip]
[polhome]
path = /home
I'm stumped!
--
Rahul
2010 Jul 27
3
Getting rsync to store timing information in its logs
....8 hours of
recieve time so (roughly) the operation lasted around 110 minutes? Or
is this a bad way of estimation.
I know from my cron job as to when it started but I want some way of
knowing how long it was running.
20 22 * * * rsync -av --exclude='*txt.slave*' --delete
root at polaris::polhome /polhome/ > /var/log/rsync/rsync.log
Also, the bytes/sec figure has me confused. It seems to convert to
about 1.13 GB/sec. But I know that my ethernet connection is only at 1
Gbps maximum. How is the bytes/sec figure computed then?
--
Rahul