WiseBeetle
New member
- Joined
- Feb 16, 2012
- Messages
- 3
I'm trying to use the Admin Backup/Transfer tool to export the backups to this folder:
The directory does exist, but I get this error:
The reason I want to export it to this folder is that I want a PHP script to then export these backups to S3, and I chose this directory since PHP does not have access to the /home/admin/admin_backups/ folder.
Why am I getting this error and how do I resolve it?
Also, if you do know of a better way to export scheduled backups to S3 then please let me know.
Thanks.
Code:
/home/wisebeetle/domains/wisebeetle.com/public_html/mybackup/
Path /home/wisebeetle/domains/wisebeetle.com/public_html/mybackup does not exist or is not accessible by the admin user.
Permission denied.
The reason I want to export it to this folder is that I want a PHP script to then export these backups to S3, and I chose this directory since PHP does not have access to the /home/admin/admin_backups/ folder.
Why am I getting this error and how do I resolve it?
Also, if you do know of a better way to export scheduled backups to S3 then please let me know.
Thanks.