Backup not working on CentOS [Version 0.9.8-16]
-
- Posts: 7
- Joined: Fri Nov 20, 2015 8:00 am
Backup not working on CentOS [Version 0.9.8-16]
Hello!
Can you help me fix bakup not working?
i check in cmd
not user backup and folder backup not create in home
not file backup.log in /var/log/
@@
Can you help me fix bakup not working?
i check in cmd
Code: Select all
ls -lah
root
admin
not file backup.log in /var/log/
@@
Code: Select all
/home$ v-backup-user admin
mkdir: cannot create directory `/backup': File exists
mktemp: failed to create directory via template `/backup/tmp.XXXXXXXXXX': No such file or directory
Error: can't create tmp dir
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Backup not working on CentOS [Version 0.9.8-16]
Code: Select all
mkdir /backup
chown admin:admin /backup
Re: Backup not working on CentOS [Version 0.9.8-16]
And please update to latest version 0.9.8.17truytim123 wrote: mkdir: cannot create directory `/backup': File exists
mktemp: failed to create directory via template `/backup/tmp.XXXXXXXXXX': No such file or directory
Error: can't create tmp dir
[/code]