Correction bug rsync

This commit is contained in:
Damien Broqua 2022-07-21 22:21:42 +02:00
parent 354ce023f1
commit 438a88a169

View File

@ -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