aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/beam/fs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/beam/fs.sh b/lib/beam/fs.sh
index 42da67b..9944739 100755
--- a/lib/beam/fs.sh
+++ b/lib/beam/fs.sh
@@ -140,7 +140,7 @@ fs_restore() {
for i in $(seq 1 $level)
do
logit "restoring from the $round/$i backup"
- $dry_run $tarcommand $backup_archive_dir/$1-$week-$round-$i.tar.bz2
+ $dry_run $tarcommand $backup_archive_dir/$1-$week-$round-$i.$tar_suffix
tarcode $?
done
logit "finished restoring $text"

Return to:

Send suggestions and report system problems to the System administrator.