File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -287,18 +287,15 @@ snapshots="/.snapshots" # Snapper in the root directory
287
287
# snapshots="/run/timeshift/backup/timeshift-btrfs/snapshots" # Timeshift < v22.06
288
288
289
289
# # Optional arguments to run with the daemon
290
+ # Append options to this like this:
291
+ # optional_args="--syslog --timeshift-auto --verbose"
290
292
# Possible options are:
291
293
# -t, --timeshift-auto Automatically detect Timeshifts snapshot directory for timeshift >= 22.06
292
- # -o, --timeshift-old Activate for timeshift versions <22 .06
294
+ # -o, --timeshift-old Look for snapshots in directory of Timeshift <v22 .06 (requires --timeshift-auto)
293
295
# -l, --log-file Specify a logfile to write to
294
296
# -v, --verbose Let the log of the daemon be more verbose
295
297
# -s, --syslog Write to syslog
296
- # Uncomment the line to activate the option
297
- optional_args+=" --syslog " # write to syslog by default
298
- # optional_args+="--timeshift-auto "
299
- # optional_args+="--timeshift-old "
300
- # optional_args+="--log-file /var/log/grub-btrfsd.log "
301
- # optional_args+="--verbose "
298
+ optional_args=" --syslog"
302
299
```
303
300
304
301
After that, the daemon should be restarted with
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- GRUB_BTRFS_VERSION=4.12-master-2022-12-07T14:01:10 +00:00
3
+ GRUB_BTRFS_VERSION=4.12-master-2022-12-10T21:20:15 +00:00
4
4
5
5
# Disable grub-btrfs.
6
6
# Default: "false"
Original file line number Diff line number Diff line change @@ -6,15 +6,12 @@ snapshots="/.snapshots" # Snapper in the root directory
6
6
#snapshots="/run/timeshift/backup/timeshift-btrfs/snapshots" # Timeshift < v22.06
7
7
8
8
## Optional arguments to run with the daemon
9
+ # Append options to this like this:
10
+ # optional_args="--syslog --timeshift-auto --verbose"
9
11
# Possible options are:
10
12
# -t, --timeshift-auto Automatically detect Timeshifts snapshot directory for timeshift >= 22.06
11
- # -o, --timeshift-old Activate for timeshift versions <22 .06
13
+ # -o, --timeshift-old Look for snapshots in directory of Timeshift <v22 .06 (requires --timeshift-auto)
12
14
# -l, --log-file Specify a logfile to write to
13
15
# -v, --verbose Let the log of the daemon be more verbose
14
16
# -s, --syslog Write to syslog
15
- # Uncomment the line to activate the option
16
- optional_args+="--syslog " # write to syslog by default
17
- #optional_args+="--timeshift-auto "
18
- #optional_args+="--timeshift-old "
19
- #optional_args+="--log-file /var/log/grub-btrfsd.log "
20
- #optional_args+="--verbose "
17
+ optional_args="--syslog"
You can’t perform that action at this time.
0 commit comments