dump
Differences
This shows you the differences between two versions of the page.
| dump [2026/08/20 10:48] – created gabriele | dump [2026/08/20 10:49] (current) – gabriele | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| dump_filename=${db_name}_${today}.sql | dump_filename=${db_name}_${today}.sql | ||
| - | mysqldump -u${user} -h${host} --password=${password} --port=${port} --quick --max_allowed_packet=512M --skip-lock-tables | + | mysqldump -u${user} -h${host} --password=${password} --port=${port} --quick --max_allowed_packet=512M --skip-lock-tables ${db_name} > ${dump_filename} |
| </ | </ | ||
dump.1787222937.txt.gz · Last modified: by gabriele
