>>>>> "Theodore" == Theodore Knab <tjk@annapolislinux.org> writes:
Theodore> Am I doing backups properly ? tar -czvf
Theodore> backup_May-16-2002.tar.gz /var/lib/ldap/*.dbb
Don't do that, you'll loose data (in case of a crash) because not ALL
changes to the database is synced to file. Use slapcat instead...