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"