From aafd6e4900f798d0342c77441ee8f39236baf4dc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 2 May 2011 14:32:41 +0000 Subject: dbbackup in /srv git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@477 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- backup-pg | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3