2 Commits
Author SHA1 Message Date
Franco Fichtner 0782d64db6 sysutils/sftp-backup: prep for release 2025-03-05 09:00:47 +01:00
Ad SchellevisandGitHub 8dc6460052 sysutils/sftp-backup : add sftp backup connector (#4563)
Add a simple backup option using secure copy (sftp).

Easy to use with any unix/linux target server offering ssh services. Just add a public key to `~/.ssh/authorized_keys`  (`~` = users home directory), upload a matching private key and set the remote location (for example `sftp://root@192.168.1.1//root/test_backup`)

[ssh-keygen](https://man.openbsd.org/ssh-keygen.1) can be used to generate a keypair.
2025-02-25 21:02:41 +01:00