Can't Restore from Backup
-
- Posts: 33
- Joined: Sun Oct 05, 2014 7:53 am
Can't Restore from Backup
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
backup was created on 14 version and i am trying to restore on freshly installed nginx only php-fpm version 15.
thanks
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
Type this
And try again.
Code: Select all
ln -s /home/backup /
Re: Can't Restore from Backup
finally this one working for me.DevilStar wrote: ↑Mon Nov 09, 2015 3:41 pmType thisAnd try again.Code: Select all
ln -s /home/backup /
-
- Posts: 23
- Joined: Mon Nov 21, 2016 5:47 am
- Os: CentOS 6x
- Web: apache + nginx
Re: Can't Restore from Backup
I am trying to restore a user on a new server and it keeps telling me *.tar is not a directory