Hi. I just tried out the module and made a few small changes, and added a cron backup feature.
The small fixes made were:
1. The table config wasn't being saved yet (The config is saved, but does not yet take effect)
2. The backup history tab was causing PHP errors when using a private files directory outside of root
3. Removed print_r debugging call on the tables form submission
The cron config now has it's own tab, and is very simple. It has a checkbox to enable cron backups, and an interval field for hours between backups.
Not sure if you want to merge this in or not, but I thought I'd pass along a patch.
Comments
Comment #2
swim commentedHey brother,
thanks heaps for taking the time to write and post this patch. Looks good so far; however the BackupDatabaseCronForm file seems to be missing from the diff.
Comment #3
clint.beacock commentedAhh, right you are. I'll try to get a proper patch up today or tomorrow.
Comment #4
clint.beacock commentedNew patch, with the missing BackupDatabaseCronForm file.
Comment #6
swim commentedThanks again for taking the time to add this feature. Latest patch looks good, committed to dev =).
Comment #7
clint.beacock commented