Hi there<br><br>I have a little problem to get my include / exclude working:<br><br>I want to sync /etc /home and /usr/local (and all files/dirs beneath) to REMOTEHOST:/dest<br>There are some huge files in /home which I want to exclued<br>
<br>I have set up an include/exclude file but I still get too much files. Also the excluded file is synced<br><br>/usr/bin/rsync -av --exclude-from=excl --delete --numeric-ids --relative --delete-excluded / REOMOTEHOST:/dest<br>
<br>cat excl<br>+ /mnt/md1/backup/akazia.0/<br>+ /mnt/md1/backup/akazia.0/etc/<br>+ /mnt/md1/backup/akazia.0/etc/**<br>+ /mnt/md1/backup/akazia.0/home/<br>+ /mnt/md1/backup/akazia.0/home/**<br>+ /mnt/md1/backup/akazia.0/usr/local/<br>
+ /mnt/md1/backup/akazia.0/usr/local/**<br>- /mnt/md1/backup/akazia.0/home/installsrc/opensuse112.iso<br>- *<br><br>Any hint what I am do wrong? I have read the man page a thousand times ...<br><br>Thanks a lot <br>Michael<br>