Set date of backup root to backup date, closes #4

This commit is contained in:
Janek Bevendorff 2013-10-16 12:27:56 +02:00
parent 5f00eb94d7
commit 5a8bf42c05
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ log file = ${HOME_DIR}/rsync.log
fake super = 1
max connections = 1
lock file = ${HOME_DIR}/rsyncd.lock
post-xfer exec = /usr/local/bin/rs-rotate "${HOME_DIR}/rsnapshot.conf"
post-xfer exec = touch "${HOME_DIR}/${FILES_DIR}/.sync" && /usr/local/bin/rs-rotate "${HOME_DIR}/rsnapshot.conf"
[pull]
uid = ${USERNAME}