]> git.hoellein.online Git - homeserver/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mhoellein@homeserver.homeip.net>
Tue, 23 Oct 2018 21:02:46 +0000 (23:02 +0200)
committerroot <root@homeserver.homeip.net>
Tue, 23 Oct 2018 21:02:46 +0000 (23:02 +0200)
.etckeeper
timeshift.json [new file with mode: 0755]

index d1fb90dd3e27b33606bed3df90b9f04a7335c99b..cee09d1f8367a42c2366d45c1eb572733e3c48ab 100755 (executable)
@@ -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 (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" : [
+  ]
+}