borg
borg copied to clipboard
import-tar: support for import of multiple tar files?
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
Sounds rather special.
Why not just put it into separate borg archives, like you also made separate tar archives back then?
#7432 is similar to this, minus the creation of subfolders.