Fixed code block

This commit is contained in:
Rob Pearce 2021-06-03 10:07:47 +10:00
parent 56375c80a0
commit 3782cdf528
1 changed files with 51 additions and 49 deletions

View File

@ -10,6 +10,7 @@ Bash wrapper for restic backups.
# Usage
```
root@gridbug:bare# ./bare.sh -h
usage: ./bare.sh command reponame
@ -72,3 +73,4 @@ Bash wrapper for restic backups.
Pre-backup commands to access repo:
premount=x Run 'mount <x>' before command and 'umount x' afterwards.
```