User Ratings

★★★★★
★★★★
★★★
★★
62
4
1
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • one change i found w/ my version of mutt (1.5.20) - and when using 'files' -- line 645 had to be altered to: mutt -s "$ERRORNOTE MySQL Backup Log and SQL Files for $HOST - $DATE" $MAILADDR<$LOGFILE $BACKUPFILES #send via mutt simply placing the address before the attached files.
  • So far, works well thanks! One problem I did have though was the which mysqldump was returning blank. A hardcoded value fixed it. Run on Open Solaris Zone by a NooB :)
  • It's been running great for me on multiple projects.
  • A really good project. Works without any problems. It is not a dead project, even if there aren't many commits. It just does what it has to do.
  • This is exactly what i was looking for, Thank You :)
  • The Following code does not work correct when w=1 or w=2 or w=3 or w=4 "if [ "$W" -le 05 ];then REMW=`expr 48 + $W` elif [ "$W" -lt 15 ];then REMW=0`expr $W - 5` else REMW=`expr $W - 5` fi" For each above case, the "if" condition and "elif" condition both works and the value of REMW which is calculated in "if" condition gets replaced in the "elif" condition and becomes negative. This issue needs to be correct
  • This is awesome! Just what I was looking for! There are so many blogs and tutorials on mysqldump on the internet that I almost missed this superior solution :D :D
  • the script seems to be fine. I have MyISAM-DB's and InnoDB's. Is the script able to save both ? Bernd
  • Splendid script, keeping several of my databases safe with very little fuss.
  • JimUK: To solve your issue try this: #OPT="--quote-names --opt" # OPT string for use with mysqldump ( see man mysqldump ) OPT="--quote-names --skip-opt --add-drop-table --create-options --disable-keys --extended-insert --quick --set-charset"
  • Great utility. I've been running it for about three years now without issue. However, since upgrading from MySQL 5.0 to 5.1, the following message is emailed .... mysqldump: Got error: 1044: Access denied for user 'xxxxxxx'@'localhost' to database 'information_schema' when using LOCK TABLES Anyone have a solution ?
  • Great program. Has really saved my bacon. Really recommended
  • Cool script, which did save my butt a couple of times already. Easy to deploy :)
  • This is a really great script that does just what it's supposed to do!
  • I've been using this script to automate database backup for at least an year now and it has proved to be very stable and self-organized. Great stuff. Highly recommended for any mysql user.
  • great script, saved me alot of work writing one :) just one thing, if it's possible to add a "--default-character-set=" parameter. i had some problems with it because i'm backing up an hebrew DB. great stuff dough... thanks
  • Great stuff. I can't praise it highly enough
  • tnx! good script!