A few small formatting fixes.

Brandon Richardson 2025-11-09 13:06:14 +01:00
parent b12121d602
commit 9f44605fc2

@ -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.
```
**Always test restores.** To restore, unzip the archive back into `/opt/vw-data`, replacing the previous data directory.