These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Large backup fails to restore (22GB) on the new forum.
Hi,
One of my virtual min backups has 22GB I need to restore it but it hangs indefinitely.
tar -xzf will do the work?
I'm moving one server to another server because my first server had a mysql issue, so I need to solve this problem ASAP.
Best regards!
Carla
That would restore your homedir, but not databases and other details.
One thing you might try is using the command line tools, in case it's your browser timing out.
To see an example of how to do that, you can run the command:
virtualmin restore-domain
Hi!,
And where do I enter the backups location?
I'm running the tar -xzf wouldn't do send the mysql databases to the standard location?
Best regards, Carla
Howdy,
Well, when you run "virtualmin restore-domain" on the command line, it'll describe there where you can enter the backups location (amongst other options ;-) That command will show a help screen, which explains how to use it.
The reason the tar command won't work, is that a database dump contains the data that goes inside the database -- not the database file itself.
It's a series of MySQL commands to re-import the database.
-Eric