lobaro / restic-backup-docker

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

Disable CRON #75

Closed ghzgod closed 1 year ago

ghzgod commented 1 year ago

Is there any option to disable cron? I want to manage this via scripts to support multiple backend backups. So having a default cron will not work with my use case.

niondir commented 1 year ago

For managing restic via script it might be enough to use restic either on the host or use the official restic container directly with docker exec

The whole point of this container is automatic backup scheduling. You could set an invalid corn that will never trigger - I assume there is no check against that :)