Search Results

Search: Posts Made By: gogo555
2,624
Posted By gogo555
Thank's a lot! The printf did it - for those...
Thank's a lot!

The printf did it - for those who like to have the complete script:
#!/bin/sh


#ATTENTION! this script MIGHT NOT work for database names with blanks!!! (tables work fine)
...
2,624
Posted By gogo555
to avoid further complications: my script is...
to avoid further complications:

my script is working - without any problems!

#!/bin/sh

BACKUPDIR="/home/backupuser/DB_Backup";...
2,624
Posted By gogo555
Server version: 5.5.29-0ubuntu0.12.04.1 (Ubuntu) ...
Server version: 5.5.29-0ubuntu0.12.04.1 (Ubuntu)
mysqldump Ver 10.13 Distrib 5.5.29, for debian-linux-gnu (x86_64)
"--add-drop-database"does NOT add the drop or create-command even using the...
2,624
Posted By gogo555
[Done] Modification of MySQLDump-files before compression needed
Hi @all!

In my MySQL-backup-script I backup and compress every single table with this command:
/usr/bin/mysqldump --opt database_x table_y | /usr/bin/pbzip2 -c >...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy