Support Restic rest repos #6

Closed
opened 2022-08-03 20:43:23 +00:00 by Frando · 2 comments
Member

Currently the supported repo formats are limited to sftp and s3. We run a Restic REST server already for other backup needs. It seems that this should be easily supportable by allowing to set the restic_repo to rest: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.

Currently the supported repo formats are limited to `sftp` and `s3`. We run a [Restic REST server](https://github.com/restic/rest-server) already for other backup needs. It seems that this should be easily supportable by allowing to set the `restic_repo` to `rest: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.
Owner

Very welcome, sounds amazing!

Very welcome, sounds amazing!
Member
https://git.coopcloud.tech/coop-cloud/backup-bot-two#restic-rest-server-storage
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/backup-bot-two#6
No description provided.