Displaying 1 result from an estimated 1 matches for "taurox".
2005 Nov 17
1
why does rsync list files for one directory but not another
...;m running rsync 2.5.7 on RHEL3 locally and 2.5.4 on RH7.3
remotely. Below is a transcript of a session where rsync lists the
files that it will transfer for /usr/lib/courier-imap/etc but not for
/home/jeff. Would someone tell me what I need to do to get it to work?
[root@anuurn root]# cat rsync.taurox.excludes
+ /etc
+ /etc/httpd**
+ /etc/postfix**
+ /etc/ppp**
+ /etc/pptpd.conf
+ /etc/pptp.d**
+ /etc/samba**
+ /etc/skel**
+ /home
+ /home/jeff**
+ /home/admin**
+ /root**
+ /usr
+ /usr/lib
+ /usr/lib/courier-imap
+ /usr/lib/courier-imap/etc**
- *
[root@anuurn root]# rsync -ane ssh taurox:/ /var/...