diff options
author | Tom Culliton <culliton@x2.(none)> | 2009-01-25 01:44:54 (GMT) |
---|---|---|
committer | Tom Culliton <culliton@x2.(none)> | 2009-01-25 01:44:54 (GMT) |
commit | 191dc313f071366057e64addee9a2b2d1c324a98 (patch) | |
tree | cc650a7fb04de881383e03a5d8b376166ff2aabe /abs/core-testing/LinHES-system | |
parent | 52a548a01b35ec8c944010744a0b90578b82f6ba (diff) | |
download | linhes_pkgbuild-191dc313f071366057e64addee9a2b2d1c324a98.zip linhes_pkgbuild-191dc313f071366057e64addee9a2b2d1c324a98.tar.gz linhes_pkgbuild-191dc313f071366057e64addee9a2b2d1c324a98.tar.bz2 |
Add a bit of extra logging output from the DB dump.
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rwxr-xr-x | abs/core-testing/LinHES-system/bin/mythbackup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/bin/mythbackup b/abs/core-testing/LinHES-system/bin/mythbackup index d3cc4e8..d0d028d 100755 --- a/abs/core-testing/LinHES-system/bin/mythbackup +++ b/abs/core-testing/LinHES-system/bin/mythbackup @@ -32,7 +32,7 @@ $MYISAMCHK -f *.MYI start_mysqld # Dumps the $DATABASE database -$MYSQLDUMP -c -u root $DATABASE > $BACKUP_SQL +$MYSQLDUMP -v -c -u root $DATABASE > $BACKUP_SQL shrink $BACKUP_SQL # Now to backup the other files, no fooling around, grab everything in the |