Browse Source

Update README cheat sheet

master
Jim Paris 1 year ago
parent
commit
34817890b2
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      README.md

+ 6
- 2
README.md View File

@@ -29,9 +29,13 @@ See when next backup is scheduled:

systemctl list-timers borg-backup.timer

See progress of most recent backup:
See status of most recent backup:

systemctl status -l -n 99999 borg-backup
systemctl status --full --lines 999999 --no-pager --all borg-backup

Watch log:

journalctl --all --follow --unit borg-backup

Start backup now:



Loading…
Cancel
Save