Skip to content
Snippets Groups Projects
Commit 3baef77b authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ldap: fix list of created dump files

parent e20c1b6c
No related branches found
No related tags found
1 merge request!55ldap: fix list of created dump files
...@@ -53,7 +53,7 @@ function dump_ldap(){ ...@@ -53,7 +53,7 @@ function dump_ldap(){
DN=$1 DN=$1
DUMPFILE=$2 DUMPFILE=$2
echo -n "__DB__$SERVICENAME backup $LDAP_CONF_DIR_PATH .. DN $DN " echo -n "__DB__$SERVICENAME backup $LDAP_CONF_DIR_PATH .. DN $DN ... "
slapcat -F $LDAP_CONF_DIR_PATH -b "$DN" -l "$DUMPFILE" slapcat -F $LDAP_CONF_DIR_PATH -b "$DN" -l "$DUMPFILE"
fetchrc >/dev/null fetchrc >/dev/null
...@@ -96,7 +96,7 @@ function doLdapBackup(){ ...@@ -96,7 +96,7 @@ function doLdapBackup(){
echo echo
echo ----- DUMPS echo ----- DUMPS
ls -l "$BACKUP_TARGETDIR/*$BACKUP_DATE*" ls -l "$BACKUP_TARGETDIR"/*$BACKUP_DATE*
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment