mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
16.55.2013 f2832d2adf885b6a58bf28593548383da1ac0755
opends/src/main/docbkx/admin-guide/man-restore.xml
@@ -299,10 +299,10 @@
Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen>
  <para>The following example restores data while OpenDJ is offline.</para>
  <screen>$ /path/to/opendj/bin/stop-ds
  <screen>$ stop-ds
Stopping Server...
...
$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot
$ restore --backupDirectory /path/to/opendj/bak/userRoot
 --listBackups
Backup ID:          20120928102414Z
Backup Date:        28/Sep/2012:12:24:17 +0200
@@ -313,10 +313,10 @@
Has Signed Hash:    false
Dependent Upon:     none
$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot
$ restore --backupDirectory /path/to/opendj/bak/userRoot
 --backupID 20120928102414Z
[28/Sep/2012:12:26:20 +0200] ... msg=Restored: 00000000.jdb (size 355179)
$ /path/to/opendj/bin/start-ds
$ start-ds
[28/Sep/2012:12:27:29 +0200] ... The Directory Server has started successfully</screen>
 </refsect1>
</refentry>