From cfbd103acfd6d2fdb8d49afd8f75abcf958ebd0d Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 23 May 2024 13:34:32 -0700 Subject: [PATCH] update crons --- crontab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crontab b/crontab index 814bee7..20acd2d 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,4 @@ */3 * * * * sh -c "cd ~/git/monero.fail; ./bin/cmd validate" 30 */4 * * * sh -c "cd ~/git/monero.fail; ./bin/cmd check" -0 */16 * * * sh -c "cd ~/git/monero.fail; ./bin/cmd get_peers" +0 0 * * * sh -c "cd ~/monero.fail; ./manage.sh export" +*/5 * * * * sh -c "cd ~/git/monero.fail; ./bin/cmd get_peers"