forked from 389ds/389-ds-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Backing Up DS Instance
Endi S. Dewata edited this page Feb 18, 2023
·
3 revisions
This page describes the process to back up an entire DS instance which includes all databases in it.
Make sure the DS instance is stopped while creating a backup:
$ systemctl stop [email protected]
To back up the DS instance:
$ tar czvf slapd-localhost.tar.gz -C / \ etc/dirsrv/slapd-localhost \ etc/dirsrv/ssca \ etc/sysconfig/dirsrv-localhost \ var/lib/dirsrv/slapd-localhost \ var/log/dirsrv/slapd-localhost