diff --git a/crontab b/crontab index 9389289..48cf10f 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ */30 * * * * vdirsyncer sync >/dev/null 2>&1 -30 12 * * 3 ~/bin/rsync.sh -t sshfs +30 12 * * * export SSH_AUTH_SOCK=/home/dbroqua/.ssh/agent && ~/bin/rsync.sh -t sshfs >cronlog 2>&1