[Date Prev][Date Next] [Chronological] [Thread] [Top]

Backup and Restore



ldapsearch -L -b "<your base dn here>" 'objectclass=*' \
	> BACKUP.FILE.`date +%Y%m%d`
tar cf BACKUP.FILE.`date +%Y%m%d`

Don't start this command at 23:59:50 :-)

-- Raju

>>>>> "Fabrice" == Fabrice Nouet <f_nouet@hotmail.com> writes:

    Fabrice> Hello all, How to create a backup of the base and how to
    Fabrice> restore it ?  When the base crashes, is it possible to
    Fabrice> retreive datas between the next backup and the crash, and
    Fabrice> how to do it ?

    Fabrice> Many thanks to all, Fabrice