On Mon 21 Oct 2019, Rich Shepard wrote: > > Using the correct syntax produced this: > > # dirvish --vault salmo-data --init > The authenticity of host '[salmo.appl-ecosys.com]:<redacted> > ([192.168.55.1]:<redacted>)' can't be established. > ED25519 key fingerprint is SHA256:/RInRdtcIMbpPu3LZmpg5wfAWi9ozQwgKLPnTQEDcxg. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added > '[salmo.appl-ecosys.com]:14982,[192.168.55.1]:14982' (ED25519) to the list of > known hosts. > Permission denied (publickey). > salmo-data:default pre-client failed (65280)
You need to fix the ssh setup so that you can ssh into the client system from root to root without having to supply a password. That is done by using an ssh key without passphrase. That's been written about a lot, so I'm not going to repeat that. It should at the least be in the rsync FAQ, and in the ssh FAQ. > exclude: > /proc > /etc/mtab > .kde/share/cache/* > .mozilla/firefox/*.default/Cache/* > /usr/src/**/*.o The excludes with absolute paths aren't much use in a global config. That your disk device gets renamed sounds to me like the USB connection (I'm guessing it's external?) is not quite stable, so it's sometimes disconnecting. Check `dmesg` output for hints. Paul _______________________________________________ Dirvish mailing list Dirvish@dirvish.org http://www.dirvish.org/mailman/listinfo/dirvish