diff options
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -90,13 +90,12 @@ The schedule is managed by systemd timers. To change the daily 3 AM backup time: 2. Change the `OnCalendar=` line. 3. Reload systemd: - ```sh - # For user scope - systemctl --user daemon-reload && systemctl --user restart restic-backup.timer - - # For system scope - sudo systemctl daemon-reload && sudo systemctl restart restic-backup.timer - ``` +```sh +# For user scope +systemctl --user daemon-reload && systemctl --user restart restic-backup.timer +# For system scope +sudo systemctl daemon-reload && sudo systemctl restart restic-backup.timer +``` **Notifications** To add or update Gotify push notifications, run: |
