0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deprecation notice More... over 10 years ago
Updating to latest upstream S3.php. More... almost 11 years ago
Merge pull request #5 from emersonbroga/master More... almost 11 years ago
remove the leading hifen on the backup.tar.bz2 name when is not a hourly backup. More... almost 11 years ago
set the gitignore to ignore the backup.php file. More... almost 11 years ago
fix the PHP Notice: Undefined property: stdClass:: in /vagrant/php_backup_s3/include/S3.php on line 1972 More... almost 11 years ago
Updated readme to include S3 IAM permission requirements. More... almost 12 years ago
Added readme note about Chef cookbook. More... almost 12 years ago
Merge branch 'master' of github.com:ianneub/php_backup_s3 More... almost 12 years ago
Renamed the backups/etc.php file to backups/etc.php.dist so that it will not be run in a default install. More... almost 12 years ago
Added license info to readme. More... over 12 years ago
Added line breaks to the license notice. More... over 12 years ago
Added the MIT license to the backup.inc.php file. More... over 12 years ago
Fixed backup.dist.php file to include files relative to the script's file location and not the current working directory. More... over 12 years ago
Created new single backupDB function to backup one database. More... over 12 years ago
Added optional constant awsEndpoint to allow use of services other than S3, that handle the S3 API. Like DreamObjects, Rackspace Cloud, and other OpenStack services. Added ability to place .php files in backups/ folder that will get included. Reduced size of default implementation. Updated to latest S3.php from upstream. More... over 12 years ago
Added ability to backup using a weekly backup schedule. Changed the 'hourly' option to 'schedule' and now require it to be set to 'daily' by default. Updated to latest S3.php from upstream. More... over 13 years ago
Fixing bug in uploaded backup file name, this time for real. More... over 15 years ago
Added more debug output. Fixed bug where files uploaded to a file named as the server, instead of in a folder of the server name. Added timezone to config file. More... over 15 years ago
Removing blank lines from bottom of files. More... over 15 years ago
Strip leading / from backup paths. The tar function will now force all paths to be relative to /. This will remove the warning message. More... over 15 years ago
Hourly backups between 0100-2300 hours will now be deleted after 72 hours. Hourly backups now correctly delete entire old backups according to the standard backup retention schedule. Added new debug parameter to enable verbose output. Updated README to reflect changes. More... almost 16 years ago
Upgrading to latest S3.php class: 0.4.0 More... almost 16 years ago
Added "Delete hourly backups after X days" to ToDo list. More... about 16 years ago
Added global option to set hourly backups instead of assuming daily backups. More... about 16 years ago
Added post backup query execution to backupDBs function. Moved mysqldump query options to variable in backup.php config file. More... about 16 years ago
Updating to latest S3.php version 0.3.9 More... over 16 years ago
Added ability to define the bucket name in the backup script More... over 16 years ago
Moving backup.php to backup.dist.php so it doesn't get overwritten on git updates. Updated docs to match. More... almost 17 years ago
Added note about executable cronjob file. More... almost 17 years ago