Skip to content

Commit

Permalink
Merge pull request #30 from ggtools/patch-1
Browse files Browse the repository at this point in the history
Fixes #29: tarball-incremental works with LZMA compression

Thanks
  • Loading branch information
kissifrot committed Sep 30, 2013
2 parents 22e8e38 + 68b4799 commit ba609fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backup-methods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ function __make_local_tarball_token
"dar")
__get_flags_dar_incremental "$dir_name"
;;
"tar"|"tar.gz"|"tar.bz2")
"tar"|"tar.gz"|"tar.bz2"|"tar.lz")
__get_flags_tar_incremental "$dir_name"
;;
esac
Expand Down

0 comments on commit ba609fa

Please sign in to comment.