How to extract files from a Plesk backup archive

Follow

Comments

4 comments

  • Avatar
    Christian User

    How about for Mac users?  There's no input given here to do this on MacOS.

    0
    Comment actions Permalink
  • Avatar
    Unknown User (Edited )

    The directions above are wrong, at least for windows 10 - 11. What you need to do is:

    1) Download zstd (who thought of that name???) https://github.com/libarchive/libarchive/releases

    2) Place zstd.exe from archive above inside the same directory where your .tzst - tzstxxx files are

    3) Open a command prompt of windows and cd to that directory

    4) merge the files if you have more than one. To do this you need to run:

    copy /b/y backup_xxxxxx_xxxxxx.tzst + backup_xxxxxx_xxxxxx.tzst1 + backup_xxxxxx_xxxxxx.tzst2 + backup_xxxxxx_xxxxxx.tzstxxx finalbackupfile.tzst

    5) Run tar -xvf backup_xxxxxx_xxxxxx.tzst

    Thats it, your files will exctract at the same directory

    0
    Comment actions Permalink
  • Avatar
    Jeremy Navick

    Christian User

    Try Keka : https://www.keka.io/

    0
    Comment actions Permalink
  • Avatar
    Mitchell van Bijleveld

    Christian User

    You can use brew to install zstd

    brew install zstd

    and then run

    unzstd archive.tzst

    This gives you a native tar file which you can extract by running

    tar -xvf archive.tar

    1
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request