From d90a087537aa80755281ee88d8981549234870c5 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 29 May 2018 16:03:30 +0200 Subject: [PATCH] Spell fix --- usr/local/sbin/restic_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/restic_backup.sh b/usr/local/sbin/restic_backup.sh index 11c04ac..d79fe09 100644 --- a/usr/local/sbin/restic_backup.sh +++ b/usr/local/sbin/restic_backup.sh @@ -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 \