[slbackup-commit] CVS update: slbackup/scripts slapd_dump.sh

werner-guest@alioth.debian.org werner-guest@alioth.debian.org
Mon, 23 May 2005 09:28:08 +0000


  User: werner-guest
  Date: 05/05/23 09:28:08

  Added:       scripts  slapd_dump.sh
  Log:
  touching the file :)
  
  Revision  Changes    Path
  1.1                  slbackup/scripts/slapd_dump.sh
  
  Index: slapd_dump.sh
  ===================================================================
  #!/bin/bash
  #
  # Script that stop slapd (and nscd), slapcat the ldap-database into a
  # properly directory, and start (nscd and) slapd again.
  #
  # $Id: slapd_dump.sh,v 1.1 2005/05/23 09:28:07 werner-guest Exp $
  # 
  
  DUMPDIR=/var/backups
  DUMPLDIF=$DUMPDIR/ldap_database.ldif
  OLDDUMP=$DUMPDIR/ldap_database.ldif.old