Spell fix

This commit is contained in:
Erik Westrup
2018-05-29 16:03:30 +02:00
parent b8597b4437
commit d90a087537

View File

@@ -52,7 +52,7 @@ wait $!
# Do the backup!
# See restic-backup(1) or http://restic.readthedocs.io/en/latest/040_backup.html
# --one-file-system make sure we only backup exactly those mounted file systems specified in $BACKUP_PATHS, and thus not directories like /dev, /sys etc.
# --one-file-system makes sure we only backup exactly those mounted file systems specified in $BACKUP_PATHS, and thus not directories like /dev, /sys etc.
# --tag lets us reference these backups later when doing restic-forget.
restic backup \
--one-file-system \