1 2 3 |
#!/bin/sh filename=`date +%y%m%d-%H%M%S` mysqldump -uhomestead -psecret zone > $filename.sql |
参考サイト
MySQLのバックアップ関連で最低限やるべき項目
https://qiita.com/yu_0105/items/528d627c35412c92c2ef
date コマンド | コマンドの使い方(Linux) | hydroculのメモ
https://hydrocul.github.io/wiki/commands/date.html