v-backup-users not working
-
- Posts: 50
- Joined: Mon Oct 27, 2014 10:04 am
v-backup-users not working
Hi,
My VestaCP has not been backing up correctly for a month.
Running "v-backup-users" from the command line takes a while, and then finishes, but there is no backup file shown in the backup folder (/backup).
The error log shows:
v-backup-user 'admin' [Error 15]
Any thoughts?
Thanks,
MM
My VestaCP has not been backing up correctly for a month.
Running "v-backup-users" from the command line takes a while, and then finishes, but there is no backup file shown in the backup folder (/backup).
The error log shows:
v-backup-user 'admin' [Error 15]
Any thoughts?
Thanks,
MM
Re: v-backup-users not working
Hi,
[Error 15]
Connection failed. Host is unreachable.
Show the backup.log
/usr/local/vesta/log/backup.log
[Error 15]
Connection failed. Host is unreachable.
Show the backup.log
/usr/local/vesta/log/backup.log
-
- Posts: 50
- Joined: Mon Oct 27, 2014 10:04 am
Re: v-backup-users not working
Yep. Found that.
But what does it mean? How do I fix it?
But what does it mean? How do I fix it?
Re: v-backup-users not working
Your backup system local, local+ftp or only ftp ?
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: v-backup-users not working
Did you change your server's hostname recently ? Can be a possible mismatch with VestaCP Servername and actual hostname.
Please also state your OS and version
Please also state your OS and version
-
- Posts: 50
- Joined: Mon Oct 27, 2014 10:04 am
Re: v-backup-users not working
Ubuntu 14.04.5 LTS
How do I find out the VestaCP servername? (or change it, for that matter)
How do I find out the VestaCP servername? (or change it, for that matter)
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: v-backup-users not working
You still did not mention your OS and version
To check hostname :
to change it
To change your hostname from VestaCP:
/usr/local/vesta/bin/v-change-sys-hostname <hostname>
Check your and put your IP and hostname there if it is not there already in:
/etc/hosts
To check hostname :
Code: Select all
hostnamectl
Code: Select all
hostnamectl set-hostname
/usr/local/vesta/bin/v-change-sys-hostname <hostname>
Check your and put your IP and hostname there if it is not there already in:
/etc/hosts
Code: Select all
Reboot
-
- Posts: 50
- Joined: Mon Oct 27, 2014 10:04 am
Re: v-backup-users not working
Yes, I did. It was the first thing I put in my previous reply!You still did not mention your OS and version
Thanks for the suggestions. I'll work through them.
-
- Posts: 50
- Joined: Mon Oct 27, 2014 10:04 am
Re: v-backup-users not working
Ok, hold that thought. I've got another problem, and that might be the cause of this one. Will report back!