diff options
| author | Sam Scholten | 2025-09-11 16:10:43 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-09-11 16:10:43 +1000 |
| commit | f605d4a16c530472155bd9f839c735116feb56a4 (patch) | |
| tree | 159d5c7fef9152067cf9e0c6e0d9b5b1f3c1d483 | |
| parent | a7115770e9e377689d9996abe32a28e8db87429d (diff) | |
| download | drestic-f605d4a16c530472155bd9f839c735116feb56a4.tar.gz drestic-f605d4a16c530472155bd9f839c735116feb56a4.zip | |
.
| -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: |
