From: mhoellein Date: Tue, 23 Oct 2018 21:02:46 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=6d61444e85f811aa9dec217cc6ddfacdf1fc9bf9;p=homeserver saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index d1fb90dd..cee09d1f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -4569,6 +4569,7 @@ maybe chmod 0755 'terminfo' maybe chmod 0644 'terminfo/README' maybe chmod 0755 'thunderbird' maybe chmod 0644 'thunderbird/syspref.js' +maybe chmod 0755 'timeshift.json' maybe chmod 0644 'timezone' maybe chmod 0755 'tmpfiles.d' maybe chmod 0755 'tor' diff --git a/timeshift.json b/timeshift.json new file mode 100755 index 00000000..4d5a6910 --- /dev/null +++ b/timeshift.json @@ -0,0 +1,24 @@ +{ + "backup_device_uuid" : "", + "parent_device_uuid" : "", + "do_first_run" : "true", + "btrfs_mode" : "false", + "include_btrfs_home" : "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", + "snapshot_size" : "0", + "snapshot_count" : "0", + "exclude" : [ + ], + "exclude-apps" : [ + ] +}