AWS_ACCESS_KEY_ID={{ nextcloud_restic_aws_access_key_id }} AWS_SECRET_ACCESS_KEY={{ nextcloud_restic_aws_secret_access_key }} RESTIC_REPOSITORY={{ nextcloud_restic_repository }} RESTIC_PASSWORD={{ nextcloud_restic_password }} # snapshot prune rules RESTIC_KEEP_DAILY={{ nextcloud_restic_keep_daily}} RESTIC_KEEP_WEEKLY={{ nextcloud_restic_keep_weekly }} RESTIC_KEEP_MONTHLY={{ nextcloud_restic_keep_monthly }} RESTIC_KEEP_YEARLY={{ nextcloud_restic_keep_yearly }} # Cron schedule. Run every day at 1am CRON_SCHEDULE="{{ nextcloud_restic_cron_schedule }}"