Article 57PW7 How do I piece back together my spitted tar-file

How do I piece back together my spitted tar-file

by
max21
from LinuxQuestions.org on (#57PW7)
This works as far as I can tell. It took me all night to get it right.

Backup:
Code:tar cvzf - /TenGig.vdi | split -b 4096m - /backup/TenGig.tarz.... now I'm stuck. I tried this and many others ways using tar, cat and gzip but I can't get anything to work.

Restore:
Code:tar xvf /backup/TenGig.tarz.* /TenGig.vdiHow can I put these parts back together to restore my VM using a tar command to get the job done. Other ways would also be appreciate.
.latest?d=yIl2AUoC8zA latest?i=lEmLQ-axozs:-wgPWDtIUQo:F7zBnMy latest?i=lEmLQ-axozs:-wgPWDtIUQo:V_sGLiP latest?d=qj6IDK7rITs latest?i=lEmLQ-axozs:-wgPWDtIUQo:gIN9vFwlEmLQ-axozs
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments