diff --git a/Backing-up-your-vault.md b/Backing-up-your-vault.md index 85226dd..b3129ce 100644 --- a/Backing-up-your-vault.md +++ b/Backing-up-your-vault.md @@ -155,5 +155,5 @@ You can automate this via cron: cd ~/backups || exit find . -type f -name '*.zip' ! -mtime -1 -exec rm {} + ``` -> Always test restores. To restore, unzip the archive back into `/opt/vw-data`, replacing the previous data directory. -``` \ No newline at end of file + +**Always test restores.** To restore, unzip the archive back into `/opt/vw-data`, replacing the previous data directory. \ No newline at end of file