From 2268c4c2bd5cbf1989f70e91d7f9307dbd52fb16 Mon Sep 17 00:00:00 2001
From: Tio TROM <tio@trom.tf>
Date: Wed, 28 Sep 2022 17:57:22 +0200
Subject: [PATCH] Add 'timeshift-autosnap.conf'

---
 timeshift-autosnap.conf | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 timeshift-autosnap.conf

diff --git a/timeshift-autosnap.conf b/timeshift-autosnap.conf
new file mode 100644
index 0000000..9951dcf
--- /dev/null
+++ b/timeshift-autosnap.conf
@@ -0,0 +1,29 @@
+#
+# /etc/timeshift-autosnap.conf
+#
+
+# skipAutosnap defines if timeshift-autosnap execution should be skipped.
+# Default value is false.
+skipAutosnap=false
+
+# skipRsyncAutosnap defines if timeshift-autosnap execution should be skipped on filesystems other than btrfs.
+# Default value is true.
+skipRsyncAutosnap=false
+
+# deleteSnapshots defines if old snapshots should be deleted.
+# Default value is true.
+deleteSnapshots=true
+
+# maxSnapshots defines how much old snapshots script should left.
+# Only positive whole numbers can be used.
+# Default value is 3.
+maxSnapshots=3
+
+# updateGrub defines if grub entries should be auto-generated.
+# If grub-btrfs package is not installed grub won't be generated.
+# Default value is true.
+updateGrub=true
+
+# snapshotDescription defines value used to distinguish snapshots created using timeshift-autosnap
+# Default value is "{timeshift-autosnap} {created before upgrade}".
+snapshotDescription={timeshift-autosnap} {created before upgrade}