Fix erroneous backslash in backup script

This commit is contained in:
Salt 2025-01-25 22:27:31 -06:00
parent b793ebf587
commit 2edbd1c9e8

View File

@ -83,7 +83,7 @@ backup() {
--keep-weekly 4 \
--keep-monthly 6 \
--keep-tag noremove \
--host "$HOSTNAME" \
--host "$HOSTNAME"
}
# Dump Postgres DBs, if possible