I am having a problem with the delete option. I am trying to sync a bunch
of webservers with a staging machine. All the machines are running on a
Pentium machine using Linux Redhat and the server is using rsync version
2.4.1 The command I am using is 

rsync -vrRbpogez --delete --backup-dir=/u1/backup --rsh=/usr/local/bin/ssh2
 --progress 
--exclude-from=/usr/local/exclude.txt  test@stage:push/ /usr/local 

The command will not delete files that does not exist on the staging
machine and does exist on the webservers. 

thanks.

Reply via email to