edvanleeuwen
Verified User
- Joined
- Nov 18, 2013
- Messages
- 148
I am trying to use WebDAV attached to a remote server to store my admin backups. The server uses software based on ownCloud (Transip / STACK).
I have set up a mount point to the server from my VPS to the remote server. User/group is admin/admin.
Before I backup, the rights are rwx for averybody:
When I run the backup, I get the following message:
Afterwards the permissions have been changed:
Can I solve this by using the proper settings in WebDAV or is this something DA does?
I have set up a mount point to the server from my VPS to the remote server. User/group is admin/admin.
Before I backup, the rights are rwx for averybody:
Code:
drwxrwxrwx 2 admin admin 752 Jan 2 10:15 backup
When I run the backup, I get the following message:
Code:
Copy error: /home/xxx/imap/xxx.xx/webmaster: <b>Parent directory does not allow write, or one of the directories didn't allow search (execution) permission</b>
Unable to create the directory /home/admin/stack/backup/xxx/backup/xxx.xx/email/data/imap/webmaster/Maildir
Afterwards the permissions have been changed:
Code:
drwx--x--x 2 admin admin 720 Jan 2 10:16 backup
Can I solve this by using the proper settings in WebDAV or is this something DA does?