Hi there

I have a little problem to get my include / exclude working:

I want to sync /etc /home and /usr/local (and all files/dirs beneath) to
REMOTEHOST:/dest
There are some huge files in /home which I want to exclued

I have set up an include/exclude file but I still get too much files. Also
the excluded file is synced

/usr/bin/rsync -av --exclude-from=excl --delete --numeric-ids --relative
--delete-excluded / REOMOTEHOST:/dest

cat excl
+ /mnt/md1/backup/akazia.0/
+ /mnt/md1/backup/akazia.0/etc/
+ /mnt/md1/backup/akazia.0/etc/**
+ /mnt/md1/backup/akazia.0/home/
+ /mnt/md1/backup/akazia.0/home/**
+ /mnt/md1/backup/akazia.0/usr/local/
+ /mnt/md1/backup/akazia.0/usr/local/**
- /mnt/md1/backup/akazia.0/home/installsrc/opensuse112.iso
- *

Any hint what I am do wrong? I have read the man page a thousand times ...

Thanks a lot
Michael
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to