restore revision f71f7a61dec7c9089378d14493ad564a1dedf0b5
306N/A#!/bin/sh
306N/A#
810N/A# CDDL HEADER START
810N/A#
306N/A# The contents of this file are subject to the terms of the
306N/A# Common Development and Distribution License, Version 1.0 only
919N/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
919N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
919N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
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
919N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
919N/A# add the following below this CDDL HEADER, with the fields enclosed
919N/A# by brackets "[]" replaced with your own identifying information:
919N/A# Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
306N/A#
306N/A#
493N/A# Portions Copyright 2006-2007 Sun Microsystems, Inc.
493N/A
306N/A
493N/A# This script may be used to perform a restore of a Directory Server backend.
306N/AOPENDS_INVOKE_CLASS="org.opends.server.tools.RestoreDB"
493N/Aexport OPENDS_INVOKE_CLASS
493N/A
810N/ASCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=restore"
810N/Aexport SCRIPT_NAME_ARG
810N/A
493N/ASCRIPT_DIR=`dirname "${0}"`
493N/A"${SCRIPT_DIR}/_server-script.sh" "${@}"
493N/A