lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

Support autorestic #63

Open joao-p-marques opened 3 years ago

joao-p-marques commented 3 years ago

Hi!

Are there plans to support autorestic for easier configuration and management?

niondir commented 3 years ago

Currently not. Sounds more like a replacement for the docker container since some features are already implemented here like the CRON. Even multiple backup locations could be better implemented by a simple script. So I currently see no need.

If someone has good arguments I'm open for discussion.

joao-p-marques commented 3 years ago

Ok, thanks for the reply.

Indeed, some of the functionality is doubled. My question came from the fact that there isn't currently a sandboxed and containerized way of installing autorestic AFAIK, and maybe this could do it.

The use case would be pulling the image with autorestic, passing it the configuration file and all the local volumes it should have access to to back up, and just keep it running in the background.

tomerh2001 commented 5 months ago

+1

Autorestic just seems simpler to configure