Displaying 2 results from an estimated 2 matches for "vahhz".
Did you mean:
vahz
2015 Nov 18
2
exclude being ignored
Running debian wheezy w/ rsync 3.0.9-4. The command in question is
rsync -vahHz --delete --exclude '/proc' --exclude '*.iso' --exclude
'/home/holtzm/mail/backup' --exclude '/sys ' --exclude '/tmp'--exclude
'/media' /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Wheezy-laptop
notice the --exclude '/media' notation. This s...
2015 Nov 19
0
exclude being ignored
...SHA1
Note the lack of a space here: --exclude '/tmp'--exclude
Also, just use / for the source instead of /.
Also, don't use -z on a local copy.
On 11/18/2015 06:19 PM, Bob Holtzman wrote:
> Running debian wheezy w/ rsync 3.0.9-4. The command in question is
>
>
> rsync -vahHz --delete --exclude '/proc' --exclude '*.iso'
> --exclude '/home/holtzm/mail/backup' --exclude '/sys ' --exclude
> '/tmp'--exclude '/media' /.
> /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Wheezy-laptop
>
> notice the --exclude '/me...