I'm new to Unix & Linux Stackexchange. I have to following problem: I want to backup a virtual machine ruinning Debian 12 with dirvish on Debian 12. But when the dirvish machine connects to the virtual machine for backing it up, it asks me 6 times for the password and after that it says broken pipe:
$ sudo dirvish --vault VMRoot --init
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
dirvish VMRoot:default error (12) -- broken pipe
dirvish error: branch /backup/dirvish/VM/VMRoot:default image 20230814 failed
When I try to connect via ssh with $ ssh [email protected] it works fine with no errors or problems. Does anyone know, why I get this error?
Kind regards, msi19