• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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