seems lm back to square one again, l managed to work out the removal code for old backups... however the scripts that back up my databases fail
yesterday they worked today l get 500 errors off of them.
bascially after the forum cron script messed up l used another one that was planned to take over, the cron test worked with the following code
/usr/local/bin/php -q /home/account/public_html/sqlbackup/backup_dbs.php
the script basically creates a temp dir exports "ALL" databases on server, Gzips them and then Tars them all together, the above code was needed to get rid of all the backups that had not been edited or touched for more than 60 days...
l dont know what changed on server since last night, but its frustrating me because the moment something works the next day it doesnt, and all because l had to upgrade to truetype support for the 3.7.0 upgrade, which has left me with more server problems than l ever expected.
|