From 9f44605fc2e0fb1976af99d2eef7faa9822a61e4 Mon Sep 17 00:00:00 2001 From: Brandon Richardson Date: Sun, 9 Nov 2025 13:06:14 +0100 Subject: [PATCH] A few small formatting fixes. --- Backing-up-your-vault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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