From 438a88a16969061477e6d69dc8d8112a9a33fabf Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 21 Jul 2022 22:21:42 +0200 Subject: [PATCH] Correction bug rsync --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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