You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
247 B
5 lines
247 B
2 years ago
|
#!/bin/bash
|
||
|
#
|
||
|
date_str=`date +%Y%m%d%H%M%S`
|
||
|
cd /home/Backup
|
||
|
mysqldump -h localhost -u root --password=DsideaL147258369 -R -E -e --max_allowed_packet=1048576 --net_buffer_length=16384 gtzz_base_db | gzip > /home/Backup/gtzz_base_db_$date_str.sql.gz
|