UAF-SuperDARN-OPS / SuperDARN_UHD_Server

Server to control USRPs across multiple computers for phased array with CUDA-accelerated down-conversion.
GNU General Public License v3.0
3 stars 0 forks source link

rotate logs on kodiak-aux #44

Closed mguski closed 7 years ago

mguski commented 7 years ago

kod-aux has only small SSD

loxodes commented 7 years ago

kodiak-aux will delete logs older than 3 days, added the following to the radar user crontab: 0 0 * * * find ~/SuperDARN_UHD_Server/log/*.log -type f -mtime +3 -delete