Restore Files Only Without Client

UpdraftPlus Home Forums Paid support forum – UpdraftPlus backup plugin Restore Files Only Without Client

  • This topic has 2 replies, 2 voices, and was last updated 9 years ago by Bob.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #113562
    Bob
    Participant

    I’d like to be able to restore the files–without the database–from an UpdraftPlus backup on my Mac without using the UpdraftPlus client. I can expand the .zip files, but then I run into the time-consuming process of merging directories where a directory was split into several .zip files during the backup. Any suggestions?

    Thanks.

    Bob

    #113580
    udadmin
    Keymaster

    Hi Bob,

    Use the unzip tool from the command line. If you’ve got a load of uploads zip files in the same directory as you’re in, you just do this:

    for i in backup_*uploads*zip; do unzip $i; done

    See: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/unzip.1.html

    David

    #113591
    Bob
    Participant

    Awesome. Thanks!

    Bob

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Restore Files Only Without Client’ is closed to new replies.