aboutsummaryrefslogtreecommitdiff
path: root/s3.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-06-05 15:34:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-06-05 15:34:40 +0300
commita6badbd2bdd4235fefbd84d3046130d2e8009356 (patch)
tree6fdde91bcd7012a13afc1d197eb842e9536c9ab9 /s3.in
parentd79d3ec3156e6a20d8eeabf9302fa21fe13d732c (diff)
downloadbeam-a6badbd2bdd4235fefbd84d3046130d2e8009356.tar.gz
beam-a6badbd2bdd4235fefbd84d3046130d2e8009356.tar.bz2
Bugfixes
* lib/beam/s3.sh (s3_unmount): Implement --force option. Unless it is given, unmount only mount points from $umount_list. * s3.in: Pass --force option to s3_unmount. * restore.in (getyn): Fix a bashism.
Diffstat (limited to 's3.in')
-rw-r--r--s3.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/s3.in b/s3.in
index ab46017..e4d838f 100644
--- a/s3.in
+++ b/s3.in
@@ -70,7 +70,7 @@ mount)
s3_mount
echo "$backup_bucket_name mounted under $backup_mp_s3";;
umount|unmount)
- s3_unmount;;
+ s3_unmount --force;;
status)
for id in s3 backer
do

Return to:

Send suggestions and report system problems to the System administrator.