Update backup.sh

This commit is contained in:
mirocow 2015-10-07 16:29:02 +04:00
parent 17a0d2aeee
commit f9e7d22df5

View file

@ -229,7 +229,7 @@ f_log "Dump into: $BACKUP_DIR"
f_log "Config file: $CONFIG_FILE"
f_log "Verbose: $VERBOSE"
f_log "Compress: $COMPRESS"
f_log "Exclude dtabases: $DATABASES_SKIP"
f_log "Exclude dtabases: $EXCLUDE_DATABASES"
f_log "Exclude tables: $EXCLUDE_TABLES"
f_log "Life time: $TIME_REMOVED_DUMP_FILES"
f_log "============================================"