Readme: added instructions for --timeshift-old

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-11-26 17:59:38 +01:00
parent b661e4e03f
commit bc167ffe00
4 changed files with 11 additions and 6 deletions

View File

@@ -8,11 +8,13 @@ snapshots="/.snapshots" # Snapper in the root directory
## Optional arguments to run with the daemon
# Possible options are:
# -t, --timeshift-auto Automatically detect Timeshifts snapshot directory for timeshift >= 22.06
# -o, --timeshift-old Activate for timeshift versions <22.06
# -l, --log-file Specify a logfile to write to
# -v, --verbose Let the log of the daemon be more verbose
# -s, --syslog Write to syslog
# Uncomment the line to activate the option
optional_args+="--syslog " # write to syslog by default
#optional_args+="--timeshift-auto "
#optional_args+="--timeshift-old "
#optional_args+="--log-file /var/log/grub-btrfsd.log "
#optional_args+="--verbose "