homeserver/roles/mgrote.timeshift/templates/timeshift.json
mg 8dcd648f0b header eingebaut (#149)
header eingebaut

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#149
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-07-10 12:51:41 +02:00

32 lines
843 B
JSON

{{ file_header | default () }}
{
"backup_device_uuid" : "9b924961-0fd4-423f-b440-f2f3d1fa46d8",
"parent_device_uuid" : "",
"do_first_run" : "false",
"btrfs_mode" : "false",
"include_btrfs_home_for_backup" : "false",
"include_btrfs_home_for_restore" : "false",
"stop_cron_emails" : "false",
"btrfs_use_qgroup" : "false",
"schedule_monthly" : "false",
"schedule_weekly" : "false",
"schedule_daily" : "false",
"schedule_hourly" : "false",
"schedule_boot" : "false",
"count_monthly" : "2",
"count_weekly" : "3",
"count_daily" : "7",
"count_hourly" : "6",
"count_boot" : "5",
"snapshot_size" : "7515627384",
"snapshot_count" : "254372",
"date_format" : "%Y-%m-%d %H:%M:%S",
"exclude" : [
"/root/**",
"/home/polybar/**",
"/home/ansible-user/**",
"/home/mg/**"
],
"exclude-apps" : []
}