My Rsnapshot setup often stops in the middle of remote backups. Rsnapshot is not important here. Rsnapshop wraps normal Rsync commands. $ rsnapshot daily Write failed: Broken pipe rsync: connection unexpectedly closed (3070981 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(235) [receiver=3.1.1] rsync: connection unexpectedly closed (3065148 bytes received so far) [generator] rsync error: unexplained error (code 255) at io.c(235) [generator=3.1.1] ---------------------------------------------------------------------------- rsnapshot encountered an error! The program was invoked with these options: /usr/bin/rsnapshot daily ---------------------------------------------------------------------------- ERROR: /usr/bin/rsync returned 255 while processing root@remoteserver:/ WARNING: Rolling back "remoteserver/" So probably something triggers the connection closing on the remote side (here "remoteserver"). How can I get the Rsync debug messages on the remote side? "rsync --debug=ALL" only shows the debug messages on the local side. There are no Syslog messages about Rsync on "remoteserver". Local system is openSUSE 13.2. Remote system is Ubuntu 14.04. The connection is made by SSH. Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org