Displaying 5 results from an estimated 5 matches for "b61e".
Did you mean:
61e
2016 Jan 20
3
rsync stopped working
...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
...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 '/sys' --exclu...
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 before I catch...
2007 May 02
0
cdr on channel lacks end, not posted
...9; not posted
May 2 17:12:08 NOTICE[15900] cdr.c: CDR on channel '
Local/1918@from-internal-6404,2' lacks end
May 2 17:12:08 WARNING[15881] func_db.c: DB requires an argument,
DB(<family>/<key>)
May 2 17:12:08 NOTICE[15881] cdr.c: CDR on channel '
Local/1915@from-internal-b61e,2' not posted
May 2 17:12:08 NOTICE[15881] cdr.c: CDR on channel '
Local/1915@from-internal-b61e,2' lacks end
May 2 17:12:08 WARNING[15884] func_db.c: DB requires an argument,
DB(<family>/<key>)
May 2 17:12:08 NOTICE[15884] cdr.c: CDR on channel '
Local/1916@from-inte...
2015 Nov 19
0
exclude being ignored
...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 treme...