mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
8dc6460052
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.