• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Concatenate and untar multiple backup files

M

marmyx

Guest
Hi
I've backup my entire clients with Plesk Backup splitted the file into 5
Now i have to concatenate the file to untar the backup using this http://kb.odin.com/en/1757
How can i concatenate the 5 files into 1?

i tried renaming the 5 files: mhtamboa.tar.gz.000 | mhtamboa.tar.gz.001 | mhtamboa.tar.gz.002 | mhtamboa.tar.gz.003 | mhtamboa.tar.gz.004

after that i used this:

cat mhtamboa.tar.gz* > mh.tar.gz

and after:

cat mh.tar.gz | munpack

but i receive this message

munpack: reading from standard input
Did not find anything to unpack from standard input

plese help me if you can, it's very important for my work

Thank you very much
 
Back
Top