Page 1 of 1

Can't Restore from Backup

Posted: Mon Nov 09, 2015 3:24 am
by armyboylegend
I freshly installed 15 version of Vestacp .. i noticed that /home/backup directory was not created by default.. i created directory and chown it to admin:admin .. added the restore file in it and issue restore command but unfortunately i can't restore

Code: Select all

root@greensgaming:/home/backup# v-restore-user admin admin.2015-11-08.tar
Error: backup doesn't exist
root@greensgaming:/home/backup#

backup was created on 14 version and i am trying to restore on freshly installed nginx only php-fpm version 15.

thanks

Re: Can't Restore from Backup

Posted: Mon Nov 09, 2015 3:41 pm
by DevilStar
Type this

Code: Select all

ln -s /home/backup /
And try again.

Re: Can't Restore from Backup

Posted: Tue Mar 19, 2019 10:11 pm
by rahm4n
DevilStar wrote:
Mon Nov 09, 2015 3:41 pm
Type this

Code: Select all

ln -s /home/backup /
And try again.
finally this one working for me.

Re: Can't Restore from Backup

Posted: Tue Apr 02, 2019 10:04 pm
by elamigosam21
I am trying to restore a user on a new server and it keeps telling me *.tar is not a directory