From 89ef805e814efdb4632bba44e6db5ad380437dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Sat, 10 Dec 2022 22:20:15 +0100 Subject: [PATCH] grub-btrfsd: do no append with += to optional args MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This does not work anymore, but it should be similar to the systemd service file anyway, where things are just written in one line. Signed-off-by: Pascal Jäger --- README.md | 11 ++++------- config | 2 +- grub-btrfsd.confd | 11 ++++------- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 146fb01..df6df10 100644 --- a/README.md +++ b/README.md @@ -287,18 +287,15 @@ snapshots="/.snapshots" # Snapper in the root directory #snapshots="/run/timeshift/backup/timeshift-btrfs/snapshots" # Timeshift < v22.06 ## Optional arguments to run with the daemon +# Append options to this like this: +# optional_args="--syslog --timeshift-auto --verbose" # Possible options are: # -t, --timeshift-auto Automatically detect Timeshifts snapshot directory for timeshift >= 22.06 -# -o, --timeshift-old Activate for timeshift versions <22.06 +# -o, --timeshift-old Look for snapshots in directory of Timeshift = 22.06 -# -o, --timeshift-old Activate for timeshift versions <22.06 +# -o, --timeshift-old Look for snapshots in directory of Timeshift