mirror of
https://github.com/wmutschl/timeshift-autosnap-apt.git
synced 2026-03-04 13:05:01 +08:00
Initial fork of timeshift-autosnap
Forked timeshift-autosnap to work in Ubuntu-based distros, updated README and LICENSE
This commit is contained in:
20
timeshift-autosnap-apt.conf
Normal file
20
timeshift-autosnap-apt.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# /etc/timeshift-autosnap.conf
|
||||
#
|
||||
|
||||
# skipAutosnap defines if timeshift-autosnap execution should be skipped.
|
||||
# Default value is false.
|
||||
skipAutosnap=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
|
||||
|
||||
# snapshotDescription defines value used to distinguish snapshots created using timeshift-autosnap
|
||||
# Default value is "{timeshift-autosnap} {created before upgrade}".
|
||||
snapshotDescription={timeshift-autosnap-apt} {created before upgrade}
|
||||
Reference in New Issue
Block a user