Importing Backup to new vesta install
-
- Posts: 1
- Joined: Mon Apr 14, 2014 1:14 pm
- Contact:
Importing Backup to new vesta install
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.
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
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
HI, erldcrtz
Yes it's right :-)
Yes it's right :-)