Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースの自動バックアップを作成したいので、このように書きました
00 10 * * * root mysqldump -u root -ppasswordD billing "/home/backup/database_`date '+%m-%d-%Y'`.sql"
しかし、それは機能していません、何かアイデアをお願いしますか?
ありがとう、よろしく、
00 10 * * * mysqldump -u root -ppasswordD billing "/home/backup/database_`date '+%m-%d-%Y'`.sql"
失敗するか何らかの出力が生成される場合は、root 宛てにメールが届きます。コマンド「mail」でそれを読むか、/var/log/cron.log を読んでください ;)