summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackup-pg2
1 files changed, 2 insertions, 0 deletions
diff --git a/backup-pg b/backup-pg
index 68cd721..07a6896 100755
--- a/backup-pg
+++ b/backup-pg
@@ -46,6 +46,8 @@ elif [ -d /var/local/backup/pg ]; then
BASE=/var/local/backup/pg
elif [ -d /aux/dbbackup/pg ]; then
BASE=/aux/dbbackup/pg
+elif [ -d /srv/dbbackup/pg ]; then
+ BASE=/srv/dbbackup/pg
else
echo "Cannot find a backup target directory" >&2
exit 1