0
Q:

bash multipart tar

cat myarchive.tar.* | tar xvf -
0
tar -cvf - <stuff to put in archive> | split --bytes=1m --suffix-length=4 --numeric-suffix - myarchive.tar.
0

New to Communities?

Join the community