From 6d61444e85f811aa9dec217cc6ddfacdf1fc9bf9 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 23 Oct 2018 23:02:46 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + timeshift.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100755 timeshift.json 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" : [ + ] +} -- 2.43.0