Displaying 1 result from an estimated 1 matches for "rfaan3q0vi3lm2wb7lqz8a4p96etzxfj".
2013 Jan 28
3
rsync --delete not working (no wildcards)
Hi,
I'm trying to copy some directories with rsync and would like to
delete files from the destination if they no longer exist in the
source.
I'm using the following command:
rsync -v --archive --hard-links --delete --force
--filter=':/.rsync-filter' /opt/ /mnt/backup/opt/
/opt does not contain any files
the destination contains one file
stewart at attobeast:/etc$ ls