dotfiles

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

pyratebeard (702B)


      1 # keep an eye on external ip for vpn
      2 #*/30 * * * * $HOME/bin/checkip
      3 
      4 # daily backup of specified items
      5 0 14 * * * $HOME/bin/sdd -d
      6 
      7 # check email every hour and notify. full sync daily
      8 0 * * * * $HOME/bin/mail_sync
      9 0 1 * * * offlineimap
     10 
     11 # change bg every hour
     12 #0 * * * * $HOME/bin/bgchange
     13 
     14 # check weather twice a day
     15 0 8,14 * * * $HOME/bin/weather
     16 
     17 # download latest powerzone show
     18 #0 8 * * fri $HOME/bin/powerdl
     19 
     20 # weekly comic pack download
     21 #0 19 * * thu $HOME/tmp/comic_download/comicdl.sh
     22 
     23 # daily readlist bookmark list generator
     24 0 23 * * * $HOME/.local/src/pyratestart/genreadlist.sh
     25 
     26 # hourly src git repo fetch
     27 #0 * * * * $HOME/bin/src_fetch
     28 
     29 # weekly music toot
     30 0 17 * * fri $HOME/bin/wmt