borg icon indicating copy to clipboard operation
borg copied to clipboard

import-tar: support for import of multiple tar files?

Open phips0 opened this issue 3 years ago • 1 comments

It is nice if borg import-tar support the import of multiple tar files.

for example

borg import-tar -m REPOPATH::ARCHIVE TARFILE0.tar TARFILE1.tar TARFILE2.tar

the option -m make a subfolder with the name of the TARFILE. I mean with that:

borg list REPOPATH::ARCHIVE
TARFILE0\files
TARFILE1\files
TARFILE3\files

phips0 avatar Jun 28 '22 06:06 phips0

Sounds rather special.

Why not just put it into separate borg archives, like you also made separate tar archives back then?

ThomasWaldmann avatar Jun 28 '22 11:06 ThomasWaldmann

#7432 is similar to this, minus the creation of subfolders.

ThomasWaldmann avatar Apr 02 '23 01:04 ThomasWaldmann