source: trunk/puppet/modules/puppet-openldap/files/usr/local/sbin/ldap-backup.sh @ 444

Last change on this file since 444 was 444, checked in by sebas, 14 years ago

clone del trabajo este git://github.com/camptocamp/puppet-openldap.git : vamos agregando algunas funciones

  • Property svn:executable set to *
File size: 98 bytes
Line 
1#!/bin/sh
2DIR=/var/backups/ldap
3/usr/sbin/slapcat |gzip > $DIR/ldap_`date +%A |tr 'A-Z' 'a-z'`.gz
Note: See TracBrowser for help on using the repository browser.