backup revision b1dce270ec218b8ad86ce6d745d295da038a5c88
98N/A#!/bin/sh
98N/A#
199N/A# CDDL HEADER START
98N/A#
1265N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License, Version 1.0 only
98N/A# (the "License"). You may not use this file except in compliance
919N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
919N/A# or http://forgerock.org/license/CDDLv1.0.html.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information:
919N/A# Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
98N/A# Copyright 2006-2008 Sun Microsystems, Inc.
98N/A# Portions Copyright 2011 ForgeRock AS
98N/A
98N/A
493N/A# This script may be used to perform a backup of a Directory Server backend.
98N/AOPENDJ_INVOKE_CLASS="org.opends.server.tools.BackUpDB"
98N/Aexport OPENDJ_INVOKE_CLASS
1265N/A
98N/ASCRIPT_NAME="backup"
911N/Aexport SCRIPT_NAME
1265N/A
1265N/ASCRIPT_DIR=`dirname "${0}"`
911N/A"${SCRIPT_DIR}/../lib/_mixed-script.sh" "${@}"
98N/A