dotfiles

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

commit ecb19f583bfeda57e2e4a9d985b46badc56e1dba
parent b8ff7dd3702e30152260f72b57aa09626b928d03
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  2 May 2024 10:45:36 +0100

switched rsync command to script

Diffstat:
Mcron/var/spool/cron/pyratebeard | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cron/var/spool/cron/pyratebeard b/cron/var/spool/cron/pyratebeard @@ -4,9 +4,9 @@ #░██ ██ ░██ ░██ ░██ ░██ ░██ #░░█████ ░███ ░░██████ ███ ░██ # ░░░░░ ░░░ ░░░░░░ ░░░ ░░ -# rsync code four times a weekday at 20past between 0900 - 1700 +# rsync src 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 +20 9-17/2 * * 1-5 $HOME/.local/bin/ketchup # check email every hour and notify. full sync daily 0 * * * * $HOME/.local/bin/mail_sync