Displaying 1 result from an estimated 1 matches for "chekov2".
Did you mean:
chekov
2006 Apr 06
0
rsync not deleting files
...e=/home/backup --exclude=/monthly /
backup@tolstoy:/backup/chekov >>/var/log/rsync.tolstoy 2>&1
The backup works great. However, I've got a bunch of obsolete directories in
/home which I erased. On the target side, they're still sitting in the
directory.
Source:
[root@chekov2 log]# ls -ls /home
total 64
drwx------ 10 backup backup 4096 Nov 27 21:05 backup
drwx------ 2 root root 16384 Mar 21 2005 lost+found
drwx------ 4 tim tim 4096 Mar 27 21:09 tim
drwx------ 5 vpn vpn 4096 May 28 2005 vpn
Target:
[root@tolstoy chekov]# ls -ls /backup/cheko...