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.
コマンド ラインから phpbb フォーラム ファイルの定期的なバックアップを実行します。
now=$(date +"%m%d%Y") zip -r phpbb_complete_file_backup_$now ~/public_html/forum/*
ファイル名に時間と分を追加したいと思います (24 時間制、可能であれば太平洋標準時と同期)。どうすればいいですか?
うーん...
now=$(date +"%m%d%Y-%H%M") zip -r phpbb_complete_file_backup_$now ~/public_html/forum/*
詳細については、日付を参照してください。