You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockhand currently supports Local, S3, B2, Azure, GCS and REST destinations, but Restic itself also supports SFTP natively.
Native SFTP support would be especially useful for common backup targets such as Hetzner Storage Box, NAS systems and generic SSH backup servers, without requiring SSHFS, rclone bridges or a separate REST server.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Dockhand currently supports Local, S3, B2, Azure, GCS and REST destinations, but Restic itself also supports SFTP natively.
Native SFTP support would be especially useful for common backup targets such as Hetzner Storage Box, NAS systems and generic SSH backup servers, without requiring SSHFS, rclone bridges or a separate REST server.
Ideally, the destination UI could support:
Host / port
Username
SSH private key
Optional key passphrase
Host key / known_hosts verification
Remote repository path
Example Restic repository:
sftp://user@host:23/path/to/repo
All reactions