Just a new script I've been working on. Need some people to be beta-testers
Basic features;
+ You can add folders to backup...
+ You can add MySQL database's to backup...
+ You can set up the daily/weekly/monthly/annual backup cron automatically via a browser.
+ Automatic emailing of report after running..if turned on.
Coming Soon;
+ Code to verify that a username/password/database/host combination is valied before adding, and before an attempted backup.
+ Better regex to stop dodgy stuff being passed to the script
+ Verification code to see if the folder exists.
+ Lets you define where mysqldump is.
And whatever you can think of
Anyway...please find the script attached. You need to CHMOD the script to 755 (obviously), and the directory to 777, so that folders.pl and databases.pl can be created.
Well, if you find anything major, please let me know
Thanks
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Basic features;
+ You can add folders to backup...
+ You can add MySQL database's to backup...
+ You can set up the daily/weekly/monthly/annual backup cron automatically via a browser.
+ Automatic emailing of report after running..if turned on.
Coming Soon;
+ Code to verify that a username/password/database/host combination is valied before adding, and before an attempted backup.
+ Better regex to stop dodgy stuff being passed to the script
+ Verification code to see if the folder exists.
+ Lets you define where mysqldump is.
And whatever you can think of
Anyway...please find the script attached. You need to CHMOD the script to 755 (obviously), and the directory to 777, so that folders.pl and databases.pl can be created.
Well, if you find anything major, please let me know
Thanks
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates




Re: [Paul] Auto Backup script..