Am 16.11.2010 14:28, schrieb Mick:

> I ran the same as before but changed the path to the one you suggested:
> 
> ===============================
> 'rsync -a -l -v --exclude "./System Volume Information"
> -e "ssh -c blowfish -l root" /mnt/User_WinXP/
> 10.10.10.25:/home/httpd/backup'

Try it with escaped spaces as I mentioned also:

--exclude "./System\ Volume\ Information"

or even

--exclude "./System*"

if there is nothing else starting with "System" ;-)

S

Reply via email to