Search found 5 matches
- Wed Feb 15, 2017 2:51 am
- Forum: General Discussion
- Topic: Error Restoring Backup
- Replies: 9
- Views: 10907
Re: Error Restoring Backup
I think you miss symlink from /home/backup > /backup So you need move your backup file into /backup And it should work fine Check ls -la /home If /home/backup is a dir move it content to /backup then make a symlink to point /home/backup to /backup This will resolve all your problems If not modify v...
- Tue Feb 14, 2017 9:15 am
- Forum: General Discussion
- Topic: Error Restoring Backup
- Replies: 9
- Views: 10907
Re: Error Restoring Backup
Try cd /home/backup then run your comand v-restore-user-backup admin backup-file.tar.gz If fail try run whit bash -x I took your advice on running with the -x switch like this (from inside the backup folder): sudo bash -x /usr/local/vesta/bin/v-restore-user admin admin.2017-02-13.tar I get the foll...
- Tue Feb 14, 2017 3:15 am
- Forum: General Discussion
- Topic: Error Restoring Backup
- Replies: 9
- Views: 10907
Re: Error Restoring Backup
Strangely, doing: sudo bash /usr/local/vesta/bin/v-restore-user admin /home/backup/SomeNonExistingFileHere.tar Also gives me: Error: invalid backup format Sort of like it thinks the file exists (even though it doesn't). It appears that the command is having trouble "finding" the backup file, no matt...
- Mon Feb 13, 2017 12:46 pm
- Forum: General Discussion
- Topic: Error Restoring Backup
- Replies: 9
- Views: 10907
Re: Error Restoring Backup
That gives me:tjebbeke wrote:Can you try this command:
sudo bash /usr/local/vesta/bin/v-restore-user admin admin.2017-02-13.tar
Code: Select all
Error: backup admin.2017-02-13.tar doesn't exist
- Mon Feb 13, 2017 9:40 am
- Forum: General Discussion
- Topic: Error Restoring Backup
- Replies: 9
- Views: 10907
Error Restoring Backup
I recently upgraded my server to Ubuntu 16.04 LTS (64-bit) I'm trying to restore my backup like this: sudo bash /usr/local/vesta/bin/v-restore-user admin home/backup/admin.2017-02-13.tar I get this error: Error: invalid backup format :: home/backup/admin.2017-02-13.tar Using latest VestaCP (0.9.8) E...