If I use :

rsync --delete -va dump/* remote::home

to mirror a local directory containing several files to a remote server then these are 
copied as expected.

However, if I delete a file in 'dump' and do the command again then this file in 
'remote' is NOT deleted.

But this works:

rsync --delete -va dump/ remote::home

ie, the file on the server is deleted.

Is this a bug or are we not to use wildcards at the end of a source path?

-- 
Stuart Halliday
ECS Technology ltd
Registered in Scotland - #212513 

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to