Support Restic rest repos #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the supported repo formats are limited to
sftp
ands3
. We run a Restic REST server already for other backup needs. It seems that this should be easily supportable by allowing to set therestic_repo
torest:user@your.restic-rest.server
.The advantage we found with the Restic REST server is that it's simple to set up and very easy to create accounts, as it's self-contained and just needs space and a HTTP route. As all backups are encrypted, that makes it very straightforward to provide backup space to friends and others on machines that have space available.
Very welcome, sounds amazing!
https://git.coopcloud.tech/coop-cloud/backup-bot-two#restic-rest-server-storage