Is it possible to direct the backup to be deposited in a specific folder within the Bucket? Or should I create a bucket for each web site?
I have created my first Bucket and placed a folder inside, loaded the plug-in and verified the access keys, but when it goes to select where the backup will go, only the Bucket shows, not the Folder within.
Not the end of the world, just curious.
Thanks for a very cool and empowering tool.
Jerry
]]>Database backup does not work
]]>Hi
I trying this Plugin but I not understand why It shows
Options saved! – ERROR: Access Denied
My Bucket Credential as billow
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1409841078xxx",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::bucket_name/"
]
}
]
}
]]>
Just tried this plugin and backed up the database and files. Files backup was fine, but the database backup is just empty rows of SQL! For example:
INSERT INTO
wp_posts` (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES (8, 1, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, 2, ”, 0, ”, ”, 0 );
INSERT INTO wp_posts
(ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES (9, 1, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, 2, ”, 0, ”, ”, 0 );
INSERT INTO wp_posts
(ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES (10, 1, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, 109, ”, 0, ”, ”, 0 );
INSERT INTO wp_posts
(ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES (11, 1, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, ”, 10, ”, 0, ”, ”, 0 );
`
Hi
what does it mean GZIP is available but inactive?
how do i activate it?
]]>