diff --git a/restic/config.json b/restic/config.json index ea7b774..51eb405 100644 --- a/restic/config.json +++ b/restic/config.json @@ -300,6 +300,22 @@ "yearly": 2 } } + }, + { + "id": "asciinema-backup", + "repo": "hidrive-backup", + "paths": ["/volumes/asciinema_data"], + "schedule": { + "cron": "0 11 * * *" + }, + "retention": { + "policyTimeBucketed": { + "daily": 7, + "weekly": 4, + "monthly": 6, + "yearly": 2 + } + } } ] }