Hi folks, just tried bupstash out and I'm really liking it. I'm backing up my personal and work laptop to my NAS now and it's working great.
I've had the following issue happen twice so far, wondering if anybody got it as well?
Connection to <host> closed by remote host.
bupstash put: remote disconnected
export BUPSTASH_REPOSITORY_COMMAND='ssh <host> sh -c "bupstash serve /path/to/repo >& /tmp/bupstash-errors.log"'
works.. The default shell is csh
so apparently I need to use >&
to redirect. Hopefully that works lol.
bash
instead as well
I happened again. Here's the error message from sshd logs:
Jan 29 18:54:08 bupstash sshd[60127]: Fssh_ssh_dispatch_run_fatal: Connection from user root 192.168.1.38 port 33420: message authentication code incorrect
The redirection didn't see to work so I don't have more logs than this. I'll try again later.