Page 1 of 1

Importing Backup to new vesta install

Posted: Thu Jun 05, 2014 9:17 am
by StevendeJong
I made a backup via Vesta, but now I want to import it into a new install.
What is the best way to do this?
I'm using an Ubuntu 14.04 x64 Server on Digital Ocean.

Re: Importing Backup to new vesta install

Posted: Thu Jun 12, 2014 12:11 pm
by erldcrtz
skid wrote:You can restore uploaded backups using cli. It works even if user doesn't exist on a server. It is useful when you migrate user from one server to another.
1. Make backup using web interface or "v-backup-user" command
2. Copy file /backup/$user.$date.tar to new server
3. Restore user using following command "v-restore-user $user $user.$date.tar"

Hint: You can change archive name and restore bacup under new username.

Re: Importing Backup to new vesta install

Posted: Tue Jun 24, 2014 3:24 pm
by imperio
HI, erldcrtz
Yes it's right :-)