From beee5f7c0527652e825665e83799e8059c16039e Mon Sep 17 00:00:00 2001 From: mudhorn Date: Mon, 25 Aug 2025 12:10:48 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d600a08..5c51b3e 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ install -m 755 aredn_sync.sh ~/.local/bin/ # 4. Test once manually (Below assumes you placed it in the ~/.local/bin folder). ~/.local/bin/aredn_sync.sh -# 5. Add cron (every 4 hours, as local user part of the docker group) +# 5. Add cron (this example is daily) crontab -e # add this line: -0 */4 * * * ~/.local/bin/aredn_sync.sh >> ~/.local/logs/aredn.log 2>&1 +0 0 * * * ~/.local/bin/aredn_sync.sh >> ~/.local/logs/aredn.log 2>&1 # 6. Add logrotate rule sudo tee /etc/logrotate.d/aredn-sync <<'EOF'