]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@homeserver.homeip.net>
Tue, 23 Oct 2018 20:54:52 +0000 (22:54 +0200)
committerroot <root@homeserver.homeip.net>
Tue, 23 Oct 2018 20:54:52 +0000 (22:54 +0200)
Package changes:
+timeshift 17.11.2 amd64

.etckeeper
default/timeshift.json [new file with mode: 0755]

index a14628da0c26db1be820287924ce8dddcd01afda..d1fb90dd3e27b33606bed3df90b9f04a7335c99b 100755 (executable)
@@ -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 (executable)
index 0000000..4d5a691
--- /dev/null
@@ -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" : [
+  ]
+}