When I delete a file from within /var/spool/cron it does not get deleted on the receiving side the next time I run this rsync command. What could I be doing wrong? I feel I've gone through the manpage and understand that this should be working. I've even tried the --delete-excluded to see if it would do but no luck. Is there maybe a better way to do the includes that would solve this? rsync --partial --delete --numeric-ids -qRrtlp \ --include-from=/backup/patternfiles/secrethost/secrethost-cron \ -e ssh secrethost:/ /backup/servers/secrethost # secrethost-cron + / + /var/ + /var/spool/ + /var/spool/cron/ + /var/spool/cron/* - /var/spool/* - /var/* - /* I am so lost here, I've tried everything I can think of. Thanks. -- Dan Cyr - Stratabase Network Administration 203-34314 Marshall Rd. Abbotsford BC, V2S 1L2 Phone: 604-504-5811 Fax: 604-504-5810 Email [EMAIL PROTECTED] Web http://www.stratabase.com
