Z zeroday Basic Pleskian Dec 9, 2011 #1 Plesk generated multi volume files from my backup but how can I unpack these tar -xvzf file.tgz will not unpack the tgz1 or tgz2 .. what should i do?
Plesk generated multi volume files from my backup but how can I unpack these tar -xvzf file.tgz will not unpack the tgz1 or tgz2 .. what should i do?
Z zeroday Basic Pleskian Dec 10, 2011 #2 that one was pretty simple in the end cat file.tgz file.tgz1 file.tgz2 > newfile.tgz than a simple tar -xvzf newfile.tgz ..
that one was pretty simple in the end cat file.tgz file.tgz1 file.tgz2 > newfile.tgz than a simple tar -xvzf newfile.tgz ..