diff options
| author | Robert Greig <rgreig@apache.org> | 2007-04-09 09:37:54 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-04-09 09:37:54 +0000 |
| commit | 70504ccb1387800c27dd4608c1dd387a912e342a (patch) | |
| tree | 33556ef1295178f077f1f2cca87dc7d50e678bf4 /qpid/java/broker | |
| parent | 64f42a1b3dea9d64e5e26dd3e3d2242ad16f4568 (diff) | |
| download | qpid-python-70504ccb1387800c27dd4608c1dd387a912e342a.tar.gz | |
Added shell script.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@526689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
| -rw-r--r-- | qpid/java/broker/bin/bdbbackup | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/qpid/java/broker/bin/bdbbackup b/qpid/java/broker/bin/bdbbackup new file mode 100644 index 0000000000..34743cd873 --- /dev/null +++ b/qpid/java/broker/bin/bdbbackup @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +. qpid-run org.apache.qpid.server.store.berkeleydb.BDBBackup "$@" |
