77.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-23-2015, 04:37 AM
Post: #41
RE: Backupbuddy 6.5.0.2 ( Clean and updated )
Updated main post with Testukas' link after checking it is clean. Thank him for the update.
11-25-2015, 06:37 AM
Post: #42
RE: Backupbuddy 6.5.0.2 ( Clean and updated )
Perfect 10 Great, Thanks for the share and the update, Max Reps+
11-25-2015, 08:42 AM
Post: #43
RE: Backupbuddy 6.5.0.2 ( Clean and updated )
Thank you Testukas! Rep added.
12-13-2015, 05:55 PM
Post: #44
RE: Backupbuddy 6.5.0.2 ( Clean and updated )
Backupbuddy 6.5.0.10

Code:
6.5.0.3 - 2015-11-17 - Dustin Bolton
    ImportBuddy: WP_CONTENT_DIR now set to handle check in wp-db class on failure.
6.5.0.4 - 2015-11-24 - Dustin Bolton
    Added check for empty options in pb_backupbuddy::load() and retries database again after short wait to help prevent loss of settings if database was missing. WordPress returns false for both no data found as well as a DB error. -- Glenn Ansley
6.5.0.5 - 2015-12-01 - Dustin Bolton
    Google Drive Destination: Fixed archive limiting problems when Google Drive did not respond with directory listing of uploaded files. -- Glenn Ansley
    ImportBuddy: Changed data from ARRAY_N to ARRAY_A for 'SHOW TABLES' in _dbreplace.php; Removed GTA testing from db test. -- Glenn Ansley
6.5.0.6 - 2015-12-01 - Dustin Bolton
    ImportBuddy: Removed collation check on import of query. Since this data was already in database it does not need a new check. -- Glenn Ansley
6.5.0.7 - 2015-12-08 - Dustin Bolton
    Fixed tab styling on Settings page for WordPress v4.4 trunk. - Ty Carlson
    Fixed undefined index when importing an older backup with a newer ImportBuddy due to unknown previous Mysql version. - Jeremy Trask
    Fixed file permissions error on Windows when deleting files in some cases due to permissions. - Glenn Ansley
    Removed ending ?> at bottom of several files with whitespace after to reduce introducing unexpected whitepsace.
6.5.0.8 - 2015-12-09 - Dustin Bolton
    Fixed missing limit_single_cron_per_pass default and settings option.
6.5.0.9 - 2015-12-09 - Dustin Bolton
    S3 v2 Destination: Added pagination and option to configure the max number of items to show during file listing.
    S3 v1 Destination: Limited to only showing 200 files. Please upgrade to S3 v2 if you want to see more files in the file listing.
6.5.0.10 - 2015-12-10 - Dustin Bolton
    Fixed cron action limiting title on Advanced Settings page.

http://www56.zippyshare.com/v/3Aan9rYZ/file.html
12-13-2015, 06:45 PM
Post: #45
RE: Backupbuddy 6.5.0.2 ( Clean and updated )
(12-13-2015 05:55 PM)Testukas Wrote:  Backupbuddy 6.5.0.10

Code:
6.5.0.3 - 2015-11-17 - Dustin Bolton
    ImportBuddy: WP_CONTENT_DIR now set to handle check in wp-db class on failure.
6.5.0.4 - 2015-11-24 - Dustin Bolton
    Added check for empty options in pb_backupbuddy::load() and retries database again after short wait to help prevent loss of settings if database was missing. WordPress returns false for both no data found as well as a DB error. -- Glenn Ansley
6.5.0.5 - 2015-12-01 - Dustin Bolton
    Google Drive Destination: Fixed archive limiting problems when Google Drive did not respond with directory listing of uploaded files. -- Glenn Ansley
    ImportBuddy: Changed data from ARRAY_N to ARRAY_A for 'SHOW TABLES' in _dbreplace.php; Removed GTA testing from db test. -- Glenn Ansley
6.5.0.6 - 2015-12-01 - Dustin Bolton
    ImportBuddy: Removed collation check on import of query. Since this data was already in database it does not need a new check. -- Glenn Ansley
6.5.0.7 - 2015-12-08 - Dustin Bolton
    Fixed tab styling on Settings page for WordPress v4.4 trunk. - Ty Carlson
    Fixed undefined index when importing an older backup with a newer ImportBuddy due to unknown previous Mysql version. - Jeremy Trask
    Fixed file permissions error on Windows when deleting files in some cases due to permissions. - Glenn Ansley
    Removed ending ?> at bottom of several files with whitespace after to reduce introducing unexpected whitepsace.
6.5.0.8 - 2015-12-09 - Dustin Bolton
    Fixed missing limit_single_cron_per_pass default and settings option.
6.5.0.9 - 2015-12-09 - Dustin Bolton
    S3 v2 Destination: Added pagination and option to configure the max number of items to show during file listing.
    S3 v1 Destination: Limited to only showing 200 files. Please upgrade to S3 v2 if you want to see more files in the file listing.
6.5.0.10 - 2015-12-10 - Dustin Bolton
    Fixed cron action limiting title on Advanced Settings page.

http://www56.zippyshare.com/v/3Aan9rYZ/file.html

THX Bro...
61.gif
12-14-2015, 05:14 AM
Post: #46
RE: Backupbuddy 6.5.0.10 ( Clean and updated )
Updated main post with Testukas new version
12-14-2015, 06:06 AM
Post: #47
RE: Backupbuddy 6.5.0.10 ( Clean and updated )
THANKS A LOT!!! ONE MORE TIMEThanks
12-14-2015, 04:54 PM
Post: #48
RE: Backupbuddy 6.5.0.10 ( Clean and updated )
Thank you very much!
12-14-2015, 11:08 PM
Post: #49
RE: Backupbuddy 6.5.0.10 ( Clean and updated )
(12-13-2015 05:55 PM)Testukas Wrote:  Backupbuddy 6.5.0.10

Code:
6.5.0.3 - 2015-11-17 - Dustin Bolton
    ImportBuddy: WP_CONTENT_DIR now set to handle check in wp-db class on failure.
6.5.0.4 - 2015-11-24 - Dustin Bolton
    Added check for empty options in pb_backupbuddy::load() and retries database again after short wait to help prevent loss of settings if database was missing. WordPress returns false for both no data found as well as a DB error. -- Glenn Ansley
6.5.0.5 - 2015-12-01 - Dustin Bolton
    Google Drive Destination: Fixed archive limiting problems when Google Drive did not respond with directory listing of uploaded files. -- Glenn Ansley
    ImportBuddy: Changed data from ARRAY_N to ARRAY_A for 'SHOW TABLES' in _dbreplace.php; Removed GTA testing from db test. -- Glenn Ansley
6.5.0.6 - 2015-12-01 - Dustin Bolton
    ImportBuddy: Removed collation check on import of query. Since this data was already in database it does not need a new check. -- Glenn Ansley
6.5.0.7 - 2015-12-08 - Dustin Bolton
    Fixed tab styling on Settings page for WordPress v4.4 trunk. - Ty Carlson
    Fixed undefined index when importing an older backup with a newer ImportBuddy due to unknown previous Mysql version. - Jeremy Trask
    Fixed file permissions error on Windows when deleting files in some cases due to permissions. - Glenn Ansley
    Removed ending ?> at bottom of several files with whitespace after to reduce introducing unexpected whitepsace.
6.5.0.8 - 2015-12-09 - Dustin Bolton
    Fixed missing limit_single_cron_per_pass default and settings option.
6.5.0.9 - 2015-12-09 - Dustin Bolton
    S3 v2 Destination: Added pagination and option to configure the max number of items to show during file listing.
    S3 v1 Destination: Limited to only showing 200 files. Please upgrade to S3 v2 if you want to see more files in the file listing.
6.5.0.10 - 2015-12-10 - Dustin Bolton
    Fixed cron action limiting title on Advanced Settings page.

http://www56.zippyshare.com/v/3Aan9rYZ/file.html

Thanks again and Rep. added again to you and the OP
A little knowledge is a dangerous thing
01-16-2016, 11:53 PM
Post: #50
RE: Backupbuddy 6.5.0.10 ( Clean and updated )
Thanks bro :)
16.gif




23.gif
Free counters!