-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zmbkpose -f error when try rename archive on end of backup #74
Comments
It looks like the script is not able to populate the $MAILHOST variable, which is defined and used in zmbkpose script. This variable contains the DNS name or IP address of the zimbra server. |
Xjobex, thank you for your help. My problem is not with sending the log, but with the backup done in the remote mapping. It seems the zmbkpose script can not rename the file generated on a remote drive on the network. mv: cannot move ‘/media/backup/KNa6’ to ‘/media/backup/full-20180221110326’: Permission denied ' |
If you try to create and rename a folder in /media/backup as zimbra user, do you receive the same error? However, it looks like this zmbkpose has not been actively maintained since a lot of years...take a look to #73 , there are some forks or similar projects that are more updated than this one. |
Xjobe, I (zimbra user) have total permission on the folder. But when zmbkpose run, is error happening when change the folder name to zTemp to full20180308.... |
Maybe zimbra user does not have the right permission on the containing directory? Take a look at https://unix.stackexchange.com/a/46129 |
Xjobex, thank you for your help. I'm create a new script for backup of zimbra accounts. And it's work! |
Hi!.
I'm trying to run the zmbkpose -f command for zimbra backup, but at the end of command the error below appears:
mv: cannot move ‘/media/backup/KNa6’ to ‘/media/backup/full-20180221110326’: Permission denied
curl: (6) Couldn't resolve host ''
curl: (6) Couldn't resolve host ''
du: cannot access ‘/media/backup/full-20180221110326/*’: No such file or directory
curl: (6) Couldn't resolve host ''
du: cannot access ‘/media/backup/full-20180221110326’: No such file or directory
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Here is the zmbkpose.conf:
BACKUPUSER=zimbra
WORKDIR=/media/backup (mount at on windows server partition)
ADMINUSER=admin
ADMINPASS=xxxxxxxxxxx
LDAPMASTERSERVER=ldap://192.168.0.172:389
LDAPZIMBRADN=uid=zimbra,cn=admins,cn=zimbra
LDAPZIMBRAPASS=Sn_E9prEvI
LOGFILE=/media/backup/backup.log
PARALLEL_SUPPORT=1
MAX_PARALLEL_PROCESS=3
Command mount to /backup partition:
mount -t cifs -o username=santana,password='xxxxxxxxx',gid=zimbra,uid=zimbra,dir_mode=0777,file_mode=0777,iocharset=utf8 //192.168.10.215/backup/santana /media/backup
Out of command ll on Zimbra server:
[zimbra@mail media]$ ll
total 0
drwxrwxrwx 2 zimbra zimbra 0 Feb 21 11:03 backup
[zimbra@mail media]$
Anybody help me with this error?
Thank you!
The text was updated successfully, but these errors were encountered: