diff --git a/README.md b/README.md index d990a1e..69d031a 100644 --- a/README.md +++ b/README.md @@ -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**. * `deleteSnapshots`: If set to **false** old snapshots won't be deleted. Default: **true** * `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 To test the functionality, try (re)installing some package `maxSnapshots` number of times, e.g. diff --git a/timeshift-autosnap-apt.conf b/timeshift-autosnap-apt.conf index b1d5d33..2e083c5 100644 --- a/timeshift-autosnap-apt.conf +++ b/timeshift-autosnap-apt.conf @@ -25,4 +25,4 @@ 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} \ No newline at end of file +snapshotDescription={timeshift-autosnap-apt} {created before call to APT} \ No newline at end of file