source:
trunk/puppet/modules/puppet-openldap/files/usr/local/sbin/ldap-backup.sh
@
527
Last change on this file since 527 was 444, checked in by , 15 years ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | DIR=/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.