dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit b8ff7dd3702e30152260f72b57aa09626b928d03
parent 3708ced524699aaca10dbdcf4a49b854236dc0c9
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  2 May 2024 10:19:14 +0100

cleanup crontab

Diffstat:
Mcron/var/spool/cron/pyratebeard | 36+++++++++++-------------------------
1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/cron/var/spool/cron/pyratebeard b/cron/var/spool/cron/pyratebeard @@ -1,30 +1,16 @@ -# keep an eye on external ip for vpn -#*/30 * * * * $HOME/bin/checkip - -# daily backup of specified items -0 14 * * * $HOME/bin/sdd -d +# █████ ██████ ██████ ███████ +# ██░░░██░░██░░█ ██░░░░██░░██░░░██ +#░██ ░░ ░██ ░ ░██ ░██ ░██ ░██ +#░██ ██ ░██ ░██ ░██ ░██ ░██ +#░░█████ ░███ ░░██████ ███ ░██ +# ░░░░░ ░░░ ░░░░░░ ░░░ ░░ +# rsync code four times a weekday at 20past between 0900 - 1700 +# "At minute 20 past every 3th hour from 9 through 17 on every day-of-week from Monday through Friday." +20 9-17/2 * * 1-5 /usr/bin/rsync -a ~src/ kinakuta:/crypt.kk/src # check email every hour and notify. full sync daily -0 * * * * $HOME/bin/mail_sync +0 * * * * $HOME/.local/bin/mail_sync 0 1 * * * offlineimap -# change bg every hour -#0 * * * * $HOME/bin/bgchange - -# check weather twice a day -0 8,14 * * * $HOME/bin/weather - -# download latest powerzone show -#0 8 * * fri $HOME/bin/powerdl - -# weekly comic pack download -#0 19 * * thu $HOME/tmp/comic_download/comicdl.sh - -# daily readlist bookmark list generator -0 23 * * * $HOME/.local/src/pyratestart/genreadlist.sh - -# hourly src git repo fetch -#0 * * * * $HOME/bin/src_fetch - # weekly music toot -0 17 * * fri $HOME/bin/wmt +0 17 * * fri $HOME/.local/bin/wmt