Page 1 of 2

Restore Process Broken

Posted: Fri Apr 13, 2018 2:25 am
by mbsmi
I just attempted to test my backups that Vesta CP creates each morning. I was able to get the backup onto my test server, but I could never get the

Code: Select all

v-restore-user
to work, even after I tried using

Code: Select all

/usr/local/vesta/bin/v-restore-user
. The errors included a permission problem, despite running the console as root and not being able to find the backup. Is there any fix for this script?

Re: Restore Process Broken

Posted: Fri Apr 13, 2018 7:05 am
by timpage
Hello

Many time process broken when restore the system.

_________________________________
24*7 Best Assignment Help Australia

Re: Restore Process Broken

Posted: Fri Apr 13, 2018 7:34 am
by yoko eagle
mbsmi wrote:
Fri Apr 13, 2018 2:25 am
I just attempted to test my backups that Vesta CP creates each morning. I was able to get the backup onto my test server, but I could never get the

Code: Select all

v-restore-user
to work, even after I tried using

Code: Select all

/usr/local/vesta/bin/v-restore-user
. The errors included a permission problem, despite running the console as root and not being able to find the backup. Is there any fix for this script?
Make sure you not changing the backup filename and folder/backup.
Assuming you restored backup for admin user

Code: Select all

v-restore-user admin admin.date.tar
filename and username should be the same.

Re: Restore Process Broken

Posted: Sat Apr 14, 2018 6:50 pm
by mbsmi
yoko eagle wrote:
Fri Apr 13, 2018 7:34 am
Make sure you not changing the backup filename and folder/backup.
Assuming you restored backup for admin user

Code: Select all

v-restore-user admin admin.date.tar
filename and username should be the same.
I just tried the command and got the error:

Code: Select all

/usr/local/vesta/bin/v-restore-user admin admin.2018-04-14_05-12-34.tar
Error: backup admin.2018-04-14_05-12-34.tar doesn't exist

Re: Restore Process Broken

Posted: Mon Apr 16, 2018 5:55 pm
by Mark O Polo
Have you tried.

http://vestacp.com/docs/#how-to-migrate ... her-server

Is the tar backup in the correct location?

Re: Restore Process Broken

Posted: Tue Apr 17, 2018 8:59 pm
by mbsmi
Mark O Polo wrote:
Mon Apr 16, 2018 5:55 pm
Is the tar backup in the correct location?
Yes, the backup is in the /home/backup directory.

Re: Restore Process Broken

Posted: Thu Apr 19, 2018 2:41 am
by Mark O Polo
I assume Ubuntu is the same as the Debian version. In that case try placing the backup file here.

cd /
then ls
And look for the "backup" folder. SCP your file there. (Not in the /home/backup directory as the link indicated.)

Give it a try and report back.

Re: Restore Process Broken

Posted: Thu Apr 19, 2018 3:03 pm
by mbsmi
The /backup directory is simply a shortcut to the /home/backup directory.

Re: Restore Process Broken

Posted: Thu Apr 19, 2018 6:27 pm
by Mark O Polo
Not on my install. (Debian)

All of my backups default to the master root /backup directory. Nothing is kept under the /home/backup/

Re: Restore Process Broken

Posted: Fri Apr 20, 2018 7:42 pm
by MechaniC
Mark O Polo wrote:
Thu Apr 19, 2018 2:41 am
I assume Ubuntu is the same as the Debian version. In that case try placing the backup file here.

cd /
then ls
And look for the "backup" folder. SCP your file there. (Not in the /home/backup directory as the link indicated.)

Give it a try and report back.
The same problem was. Thanks, did as you wrote and it turned out))

Cheers,