Linux下自動刪除歸檔日誌

1.日誌刪除策略 自動刪除7天前的歸檔日誌與備份文件。web 2.調度計劃 0 0 * * * nohup sh /db2backup/script/auto_rm_logs.sh &bash 3.日誌刪除腳本 auto_rm_logs.shsvg #!/bin/sh #------------------------------------- # rm db2 archive log file
相關文章
相關標籤/搜索