From 3b112c0e670a895c2a4c50833674a13b14245b6b Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 23 Oct 2018 22:54:52 +0200 Subject: [PATCH] committing changes in /etc after apt run Package changes: +timeshift 17.11.2 amd64 --- .etckeeper | 1 + default/timeshift.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100755 default/timeshift.json diff --git a/.etckeeper b/.etckeeper index a14628da..d1fb90dd 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2107,6 +2107,7 @@ maybe chmod 0644 'default/snmpd' maybe chmod 0644 'default/spamassassin' maybe chmod 0644 'default/speech-dispatcher' maybe chmod 0644 'default/ssh' +maybe chmod 0755 'default/timeshift.json' maybe chmod 0644 'default/tor' maybe chmod 0644 'default/ufw' maybe chmod 0644 'default/useradd' diff --git a/default/timeshift.json b/default/timeshift.json new file mode 100755 index 00000000..4d5a6910 --- /dev/null +++ b/default/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