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

Mark Craig
05.26.2011 b903538ccc9c4df9657fd04fa81b457fecdd4803
opendj-sdk/opendj3/src/main/docbkx/shared/man-backup.xml
@@ -324,13 +324,13 @@
 <refsect1>
  <title>Examples</title>
  <para>The following example backs up all user data on the server.</para>
  <screen width="80">$ backup -p 5444 -D "cn=Directory Manager" -w password \
  <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password \
&gt; -a -d /path/to/OpenDJ/bak -t 0
Backup task 20110613143801866 scheduled to start Jun 13, 2011 2:38:01 PM CEST</screen>
  <para>The following example schedules back up of all user data every night at
  2 AM, and notifies diradmin@example.com when finished, or on error.</para>
  <screen width="80">$ backup -p 5444 -D "cn=Directory Manager" -w password -a \
  <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password -a \
&gt; -d /path/to/OpenDJ/bak --recurringTask "00 02 * * *" \
&gt; --completionNotify diradmin@example.com --errorNotify diradmin@example.com
Recurring Backup task BackupTask-988d6adf-4d65-44bf-8546-6ea74a2480b0