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.
crontab -eサーバーから特定のファイルをバックアップし、それをタイムスタンプ付きでホームドライブに保存することでインストールしたcronジョブがあります。私はそれをテストするために常に動作するように実行しましたが、動作していないようです?
crontab -e
* * * * * /home/arran/hourly.bash > /home/arran
私が見逃しているものがあるに違いない?
コマンドの出力をディレクトリにリダイレクトしていますが、失敗します。代わりにファイルにリダイレクトします。
* * * * * /home/arran/hourly.bash > /home/arran/hourly.log