#Backup to SSH target?
1 messages · Page 1 of 1 (latest)
For NFS paths and checking exports read this: https://wiki.archlinux.org/title/NFS
SSH is not really something you use to transfer files with. SCP or SFTP is.
maybe an rsync service with a timer in systemd? assuming you are on linux?
or maybe use something like https://syncthing.net/
sshfs is a thing linux can use to remote mount a file system.
i do not know if ha can handle it
sshfs is a hack that "kind of works most of the time", but I wouldn't rely on it for anything important.