summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackup-ldap2
1 files changed, 2 insertions, 0 deletions
diff --git a/backup-ldap b/backup-ldap
index 0c8ee63..34035d8 100755
--- a/backup-ldap
+++ b/backup-ldap
@@ -16,6 +16,8 @@ if [ -d /var/backups/local/ldap ]; then
TARGET=/var/backups/local/ldap
elif [ -d /var/local/backup/ldap ]; then
TARGET=/var/local/backup/ldap
+elif [ -d /aux/dbbackup/ldap ]; then
+ TARGET=/aux/dbbackup/ldap
else
echo "Cannot find a backup target directory" >&2
exit 1