There should be a configuration option that allows you to specify an interval for regular backups. Use [python-crontab](https://pypi.org/project/python-crontab/)? ```json "auto-backups": { "interval": crontab-syntax, "auto-push-to-remote": BOOLEAN, } ```
There should be a configuration option that allows you to specify an interval for regular backups.
Use python-crontab?