mirror of
https://github.com/wmutschl/timeshift-autosnap-apt.git
synced 2026-08-19 18:38:24 +08:00
Changed snapshot Description
This commit is contained in:
@@ -42,7 +42,7 @@ The configuration file is located in `/etc/timeshift-autosnap-apt.conf`. You can
|
|||||||
* `skipAutosnap`: If set to **true** script won't be executed. Default: **false**.
|
* `skipAutosnap`: If set to **true** script won't be executed. Default: **false**.
|
||||||
* `deleteSnapshots`: If set to **false** old snapshots won't be deleted. Default: **true**
|
* `deleteSnapshots`: If set to **false** old snapshots won't be deleted. Default: **true**
|
||||||
* `maxSnapshots`: Defines **maximum** number of old snapshots to keep. Default: **3**
|
* `maxSnapshots`: Defines **maximum** number of old snapshots to keep. Default: **3**
|
||||||
* `snapshotDescription` Defines **value** used to distinguish snapshots created using timeshift-autosnap-apt. Default: **{timeshift-autosnap-apt} {created before upgrade}**
|
* `snapshotDescription` Defines **value** used to distinguish snapshots created using timeshift-autosnap-apt. Default: **{timeshift-autosnap-apt} {created before call to APT}**
|
||||||
|
|
||||||
## Test functionality
|
## Test functionality
|
||||||
To test the functionality, try (re)installing some package `maxSnapshots` number of times, e.g.
|
To test the functionality, try (re)installing some package `maxSnapshots` number of times, e.g.
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ maxSnapshots=3
|
|||||||
|
|
||||||
# snapshotDescription defines value used to distinguish snapshots created using timeshift-autosnap
|
# snapshotDescription defines value used to distinguish snapshots created using timeshift-autosnap
|
||||||
# Default value is "{timeshift-autosnap} {created before upgrade}".
|
# Default value is "{timeshift-autosnap} {created before upgrade}".
|
||||||
snapshotDescription={timeshift-autosnap-apt} {created before upgrade}
|
snapshotDescription={timeshift-autosnap-apt} {created before call to APT}
|
||||||
Reference in New Issue
Block a user