FOG Mysql Backup Size
- 
 Hello, i’ve make a backup from mysql from my fog(6Hosts, 4 Images) but the backup has only 203 bytes. is this successfully backed up? 
- 
 What version of fog? 
- 
 1.2.0 
- 
 Can you out put the contents of the file that’s generated? Just the first few lines should be enough. 
- 
 That does sound too small. You may also want to check your SQL logs. 
- 
 what method did you use to make the backup? 
- 
 this dump mysqldump -u USERNAME -pPASSWORD --all-databases | gzip > /***/MySQLBackups/database_ date '+%Y-%m-%d'.sql.gzthe entry Usage: mysqldump [OPTIONS] database [tables] 
 OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3…]
 OR mysqldump [OPTIONS] --all-databases [OPTIONS]
 For more options, use mysqldump --help
- 
 so you only have 4 images and 6 hosts, and you compressed it 
 that might be an ok size, not sure
- 
 yes but the entry is confusing 
- 
 can someone help about the mysql dump?? 

