sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
277 stars 88 forks source link

use BM_TARBALL_SLICESIZE with tar #125

Open davidwinterstein opened 5 years ago

davidwinterstein commented 5 years ago

It would be really useful to implement usage of BM_TARBALL_SLICESIZE (if set) when compressing with tar since dar doesn't support encryption (yet):

The encryption is not yet possible with "dar" archives.

As I get it from the tar man page, it should be quite painlessly implementable using the -L and -M switches:

-L, --tape-length NUMBER
      change tape after writing NUMBER x 1024 bytes
-M, --multi-volume
      create/list/extract multi-volume archive