Hi Nikolaj,
I got the link, and managed to restore using it. On my laptop (a Pentium - a budget laptop), it needed 63 seconds to run. The 'unpacking' step though takes less than 1 second (it's just uncompressing the 1Mb gzip file).
Is it asking you for filesystem (FTP etc.) credentials before you do the unpack?
Are you comfortable with simple editing of code? If you can, then, before doing the restore, do this:
- go into the WordPress plugins editor (Plugins -> Editor) and choose UpdraftPlus, and edit updraftplus/includes/updraft-restorer.php
- Approximately line 40, there is a line:
$this->skin->feedback('unpack_package');
- Immediately after it, add this new line in:
print_r($wp_filesystem);
Then run the restore, and tell me the output.
Alternatively, if you let me have a login to the site which you're restoring _to_ (i.e. the destination), then I can iterate a bit faster (contact@updraftplus.com).
David