This commit is contained in:
Erik Westrup
2023-10-31 08:20:51 +01:00
parent f1b29db5fd
commit b363e736d1

View File

@@ -566,8 +566,8 @@ set +x
and then inspect the outputs like
```shell
less /tmp/restic-automatic-backup-scheduler.log
tail -f /tmp/restic-automatic-backup-scheduler.log # or follow output like this.
$ less /tmp/restic-automatic-backup-scheduler.log
$ tail -f /tmp/restic-automatic-backup-scheduler.log # or follow output like this.
```