We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d3f8c commit 8339801Copy full SHA for 8339801
1 file changed
README.md
@@ -17,7 +17,7 @@ chmod +x restic-install.sh
17
sudo ./restic-install.sh
18
```
19
20
-+ Add the [restic_alises](restic_aliases) snipplet below to your ~/.bashrc or ~/.bash_aliases to simplify calling of restic.
++ Add the [restic_aliases](restic_aliases) snipplet below to your ~/.bashrc or ~/.bash_aliases to simplify calling of restic.
21
22
```bash
23
if [ -f ~/.scripts/restic-scripts/restic_alises ]; then
@@ -54,7 +54,7 @@ chmod 640 .backup_secrets
54
+ RETENTION_POLICY is how long to keep backups.
55
+ SNAPSHOT_TITLE should reflect nature of the backup.
56
57
-+ Run backups via [restic_alises](restic_aliases).
++ Run backups via [restic_aliases](restic_aliases).
58
59
60
bu-homefolder
0 commit comments