Fix erroneous backslash in backup script
This commit is contained in:
parent
b793ebf587
commit
2edbd1c9e8
@ -83,7 +83,7 @@ backup() {
|
|||||||
--keep-weekly 4 \
|
--keep-weekly 4 \
|
||||||
--keep-monthly 6 \
|
--keep-monthly 6 \
|
||||||
--keep-tag noremove \
|
--keep-tag noremove \
|
||||||
--host "$HOSTNAME" \
|
--host "$HOSTNAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dump Postgres DBs, if possible
|
# Dump Postgres DBs, if possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user