Displaying 2 results from an estimated 2 matches for "msurdi".
Did you mean:
surdi
2006 Feb 28
1
Crazy excludes
.../usr/backups
-bash-2.05b# ls
.backup.gaia.sh.swp backup.gaia.sh
------------------------------------------------------
#NEXT COMMAND IS ENTERED BY HAND IN THE SHELL
-------------------------------------------------------
-bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*'
localhost:/home/ /usr/backup s/gaia.0/
Password:
receiving file list ... done
created directory /usr/backups/gaia.0
./
msurdi/
test/
test/aaa.txt
sent 75 bytes received 195 bytes 77.14 bytes/sec
total size is 0 speedup is 0.00
-bash-2.05b# ls gaia.0/msurdi/
---------------------------...
2006 Feb 25
1
Why this doesn't work??
...the excludes in this command:
rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude
'/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/'
--exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude
'/home/msurdi/.thumbnails/' gaia:/ /usr/backups/gaia.0/
The excluded dirs are still being included... what's wrong??
Thanks.