[SOLVED] Backup function not working anymore
[SOLVED] Backup function not working anymore
Hello friends, vestacp does not backup process. I try click backup button and getting "An existing backup is already running. Please wait for that backup to finish." Then i flush the backup queue and reboot server but it is not resolve my problem. Can anyone help me?
Code: Select all
rm /usr/local/vesta/data/queue/backup.pipe
touch /usr/local/vesta/data/queue/backup.pipe
Re: Backup function not working anymore
viewtopic.php?f=11&t=6274&start=10lkycy wrote:Hello friends, vestacp does not backup process. I try click backup button and getting "An existing backup is already running. Please wait for that backup to finish." Then i flush the backup queueand reboot server but it is not resolve my problem. Can anyone help me?Code: Select all
rm /usr/local/vesta/data/queue/backup.pipe touch /usr/local/vesta/data/queue/backup.pipe
Re: Backup function not working anymore
Hello Joem thanks for your reply but this is not solve my problem.joem wrote:viewtopic.php?f=11&t=6274&start=10lkycy wrote:Hello friends, vestacp does not backup process. I try click backup button and getting "An existing backup is already running. Please wait for that backup to finish." Then i flush the backup queueand reboot server but it is not resolve my problem. Can anyone help me?Code: Select all
rm /usr/local/vesta/data/queue/backup.pipe touch /usr/local/vesta/data/queue/backup.pipe
Re: Backup function not working anymore
lkycy wrote:Hello Joem thanks for your reply but this is not solve my problem.joem wrote:viewtopic.php?f=11&t=6274&start=10lkycy wrote:Hello friends, vestacp does not backup process. I try click backup button and getting "An existing backup is already running. Please wait for that backup to finish." Then i flush the backup queueand reboot server but it is not resolve my problem. Can anyone help me?Code: Select all
rm /usr/local/vesta/data/queue/backup.pipe touch /usr/local/vesta/data/queue/backup.pipe
Code: Select all
cat /usr/local/vesta/log/backup.log
cat /usr/local/vesta/log/error.log
nano /usr/local/vesta/data/queue/backup.pipe
Code: Select all
v-backup-users
Re: Backup function not working anymore
Hi again Joem, thanks for reply;
backup.log
error.log
backup.pipe
v-backup-user : When the command is written to the terminal nothing happened.
backup.log
Code: Select all
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error: dump admin_tattel failed
/usr/local/vesta/func/main.sh: line 55: [: 17 2015-01-04 08:45:01 v-backup-user admin yes : integer expression expected
-- SYSTEM --
2015-01-04 08:55:01 admin.conf
2015-01-04 08:55:01 stats.log
2015-01-04 08:55:01 history.log
2015-01-04 08:55:01 backup-excludes.conf
2015-01-04 08:55:01 pam
Code: Select all
[Error 17 2015-01-04 08:05:01 v-backup-user admin yes ]
[Error 17 2015-01-04 08:15:01 v-backup-user admin yes ]
[Error 17 2015-01-04 08:25:01 v-backup-user admin yes ]
[Error 17 2015-01-04 08:35:01 v-backup-user admin yes ]
[Error 17 2015-01-04 08:45:01 v-backup-user admin yes ]
2015-01-04 08:54:39 v-schedule-user-backup admin [Error 4]
2015-01-04 08:54:48 v-schedule-user-backup admin [Error 4]
Code: Select all
/usr/local/vesta/bin/v-backup-user admin yes >> /usr/local/vesta/log/backup.log 2>&1
Re: Backup function not working anymore
topic is acitve, I am still waiting for help
Re: Backup function not working anymore
Problem is still waiting solve. Please help me its important for me...
Re: Backup function not working anymore
Show output please:
ls -la /home
ls -la /home/backup
df -h
df -i
ls -la /home
ls -la /home/backup
df -h
df -i
Re: Backup function not working anymore
skurudo wrote:Show output please:
ls -la /home
ls -la /home/backup
df -h
df -i
ls -la /home
Code: Select all
drwxr-xr-x 4 root root 4096 Nov 10 2014 .
dr-xr-xr-x 22 root root 4096 May 25 06:10 ..
drwxr-xr-x 6 admin admin 4096 Nov 18 2014 admin
drwx--x--x 2 backup backup 4096 May 25 05:45 backup
Code: Select all
drwx--x--x 2 backup backup 4096 May 25 05:45 .
drwxr-xr-x 4 root root 4096 Nov 10 2014 ..
-rw-r--r-- 1 backup backup 18 Sep 25 2014 .bash_logout
-rw-r--r-- 1 backup backup 176 Sep 25 2014 .bash_profile
-rw-r--r-- 1 backup backup 124 Sep 25 2014 .bashrc
Code: Select all
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 40G 26G 13G 68% /
tmpfs 1004M 0 1004M 0% /dev/shm
Code: Select all
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/vda1 2621440 167304 2454136 7% /
tmpfs 256809 1 256808 1% /dev/shm
Code: Select all
Can't dump database admin_torque
mysqldump: Got error: 145: Table './admin_torque/sq4587rjpbnd_icl_translate' is marked as crashed and should be repaired when using LOCK TABLES
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Backup function not working anymore
Try to repair your database admin_torque in phpMyAdmin.lkycy wrote:Code: Select all
Can't dump database admin_torque mysqldump: Got error: 145: Table './admin_torque/sq4587rjpbnd_icl_translate' is marked as crashed and should be repaired when using LOCK TABLES