Displaying 4 results from an estimated 4 matches for "cf0a98ed".
2016 Jan 20
3
rsync stopped working
...ript as follows:
#The first line deletes extraneous files. The second does not and is used for normal backups.
# rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
/. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop
# rsync -vaHz --exclude '/proc' --exclude '/sys' --exclude '*.iso' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
/. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop
#########################...
2016 Jan 20
0
rsync stopped working
...files. The second does not and is used for normal backups.
>
> # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
This is a comment. I love comment.
> /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Jessie-laptop
This is NOT a comment.
/bin/sh tries to invoke "/." as a command, but it fails.
Try the following on your shell to reproduce it:
$ /bin/sh
$ /. foo bar
sh: /.: Is a directory
> # rsync -vaHz --exclude '/proc' --exclude '/s...
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 setup has been working for
me for several years without a problem. Suddenly --exclude '/media' is
being ignored and I find it backing up the backup, creating an endless
loop and a tremendous file...
2015 Nov 19
0
exclude being ignored
...ng 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 setup has been working
> for me for several years without a problem. Suddenly --exclude
> '/media' is being ignored and I find it backing up the backup,
> creating an endless l...