Discussion:
[rsnapshot-discuss] rsync not working with 1.4.1
c***@ccs.covici.com
2015-10-14 06:41:04 UTC
Permalink
Hi. I am getting strange errors with the latest rsnapshot -- here is
the output of standard error -- also the rsync standard output is in the
log, now can I change that because I normally want that output
separately since I usually don't need to see it except in case of an
error?

---------------------------------------------------------------------------
rsnapshot encountered an error! The program was invoked with these
options:
/usr/bin/rsnapshot sync
----------------------------------------------------------------------------
ERROR: /usr/bin/rsync returned 0.09375 while processing /
WARNING: Rolling back "ccs_backups/"


Thanks in advance for any ideas.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com

------------------------------------------------------------------------------
c***@ccs.covici.com
2015-10-14 07:06:57 UTC
Permalink
Further to my post, sometimes its working, and I changed loglevel to 3
and get no output at all from rsync, this is definitely no good for me.
Post by c***@ccs.covici.com
Hi. I am getting strange errors with the latest rsnapshot -- here is
the output of standard error -- also the rsync standard output is in the
log, now can I change that because I normally want that output
separately since I usually don't need to see it except in case of an
error?
---------------------------------------------------------------------------
rsnapshot encountered an error! The program was invoked with these
/usr/bin/rsnapshot sync
----------------------------------------------------------------------------
ERROR: /usr/bin/rsync returned 0.09375 while processing /
WARNING: Rolling back "ccs_backups/"
Thanks in advance for any ideas.
--
How do
you spend it?
John Covici
------------------------------------------------------------------------------
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com

------------------------------------------------------------------------------
c***@ccs.covici.com
2015-10-14 10:38:06 UTC
Permalink
Also, I discovered buried in the .log that it was just the files have
vanished warning, but there is no reason to roll back if syncfirst is
set. Also, the code seems to be wrong as well, so I am not sure what is
happening -- I have not looked at the code, but something seems broke
here.
Post by c***@ccs.covici.com
Hi. I am getting strange errors with the latest rsnapshot -- here is
the output of standard error -- also the rsync standard output is in the
log, now can I change that because I normally want that output
separately since I usually don't need to see it except in case of an
error?
---------------------------------------------------------------------------
rsnapshot encountered an error! The program was invoked with these
/usr/bin/rsnapshot sync
----------------------------------------------------------------------------
ERROR: /usr/bin/rsync returned 0.09375 while processing /
WARNING: Rolling back "ccs_backups/"
Thanks in advance for any ideas.
--
How do
you spend it?
John Covici
------------------------------------------------------------------------------
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com

------------------------------------------------------------------------------
Harald Dunkel
2015-10-17 03:57:06 UTC
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

0.09375 * 128 = 12

i.e. "Error in rsync protocol data stream". Maybe an unusual file name?

Seems that rsnapshot still cannot process rsync's exit value correctly.
This is surely a funny one.


Regards
Harri

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWIccRAAoJEAqeKp5m04HLxjcH/0IUs6zk2lLAdbG66iA6qwU5
z/AU9K9HAkztfRzE8Q8nL4VHCEE6taMTppF5zTqs9yrwaNq5LqgHwgQcgIDCboVe
YyO0s7rSHBs2I+c5vgNnI7/vJZnfX5G7DxSOxwuAz8DhREIRUQzSRebtjFApq6xc
zkIR6mrHn6yPWIQCnfyuSaoXD29XKw0lXDPQFZ277b4sv8PzTbTYJzH6It0fYLF6
2zs3ZhZUfD9XdfK0MyZUEHhkfrK5qE5AAQxf73+XTnvHSO3bxl1yP6fQxwMVkmpf
NEcEza5P/s1aT9JR22+5K+vvft71i5ZcsfmrB7PO4xK+1dyGkhiJjyKWVbkDPok=
=efdk
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Harald Dunkel
2015-10-18 15:21:41 UTC
Permalink
This post might be inappropriate. Click to display it.
c***@ccs.covici.com
2015-10-18 15:39:31 UTC
Permalink
Post by Harald Dunkel
Post by Harald Dunkel
0.09375 * 128 = 12
i.e. "Error in rsync protocol data stream". Maybe an unusual file name?
Seems that rsnapshot still cannot process rsync's exit value correctly. This is surely a funny one.
Sorry, I made a booboo myself: the exit value is devided by 256, ie.
0.09375 * 256 = 24
24 Partial transfer due to vanished source file
We live to learn. Regards
Harri
Yep, I saw the actual rsync output, but I would like to not do a
rollback if that is the correct code and I would also not want the rsync
output in the log, but I don't want to lose it altogether.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici
***@ccs.covici.com

------------------------------------------------------------------------------
Continue reading on narkive:
Loading...