diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 06:31:15 (GMT) |
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 06:31:15 (GMT) |
| commit | 426a866ca1a2e26518cc2d62ea9493c949ad7785 (patch) | |
| tree | 2cb9d9eb4840c8f64d8dd13b66a624938f1dd222 /abs/core-testing/LinHES-system/bin/mythbackup | |
| parent | 22717178ce9fdec1b5711bcaea5a39e2334d94b1 (diff) | |
| parent | 0eab18a8c482a6e82b53022535e934c9e38e36a2 (diff) | |
| download | linhes_pkgbuild-426a866ca1a2e26518cc2d62ea9493c949ad7785.zip linhes_pkgbuild-426a866ca1a2e26518cc2d62ea9493c949ad7785.tar.gz linhes_pkgbuild-426a866ca1a2e26518cc2d62ea9493c949ad7785.tar.bz2 | |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/bin/mythbackup')
| -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 |
