Tag Archive: vbs
HOW TO SCHEDULE BACKUPS FOR WAMP FILES AND DATABASES
I managed to figure out a way to backup the WAMP files and databases by using the Windows Task Scheduler and a batch file. The batch file includes using mysqldump (already part of the WAMP install), 7-zip (a free open source compression tool) and gzip (for the database compression). BATCH FILE Let’s have a look […]
read more