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