mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-13 04:32:05 +00:00
28 lines
779 B
JSON
28 lines
779 B
JSON
|
{
|
||
|
"backup_device_uuid" : "fbbcc72f-34af-425c-9151-ef8919a6ae07",
|
||
|
"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" : "true",
|
||
|
"schedule_monthly" : "false",
|
||
|
"schedule_weekly" : "false",
|
||
|
"schedule_daily" : "false",
|
||
|
"schedule_hourly" : "false",
|
||
|
"schedule_boot" : "false",
|
||
|
"count_monthly" : "2",
|
||
|
"count_weekly" : "3",
|
||
|
"count_daily" : "5",
|
||
|
"count_hourly" : "6",
|
||
|
"count_boot" : "5",
|
||
|
"date_format" : "%Y-%m-%d %H:%M:%S",
|
||
|
"exclude" : [
|
||
|
"/var/empty/**",
|
||
|
"/**",
|
||
|
"+ /home/rae/**",
|
||
|
"+ /opt/apps/**",
|
||
|
"/root/**"
|
||
|
],
|
||
|
"exclude-apps" : []
|
||
|
}
|