Borg: Difference between revisions

From DWIKI
Line 15: Line 15:
==Connection closed by remote host. Is borg working on the server?==
==Connection closed by remote host. Is borg working on the server?==
maybe you're using '@borgserver' instead of 'user@borgserver' ?
maybe you're using '@borgserver' instead of 'user@borgserver' ?
==Exception: FD exception occurred==
Probably running borg on cygwin, could be ssh key issue. Try
BORG_RSH="ssh -vvv" borg ...

Revision as of 17:09, 9 July 2018

Borg backup

Links


FAQ

Remote: Using a pure-python msgpack! This will result in lower performance

On CentOS: try installing python34-msgpack?


Connection closed by remote host. Is borg working on the server?

maybe you're using '@borgserver' instead of 'user@borgserver' ?


Exception: FD exception occurred

Probably running borg on cygwin, could be ssh key issue. Try

BORG_RSH="ssh -vvv" borg ...