diff options
-rwxr-xr-x | bin/cron | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/post-update | 0 | ||||
-rw-r--r-- | doc.mdwn | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/bin/cron b/bin/cron new file mode 100755 index 00000000000..4148d333718 --- /dev/null +++ b/bin/cron @@ -0,0 +1,5 @@ +#!/bin/bash +# +# Arquivo automatic syncronizer. +# +cd /var/cache/sites/arquivo && /usr/bin/git annex add . && /usr/bin/git annex sync &> /dev/null diff --git a/bin/post-update b/bin/post-update index 3098dab92fa..3098dab92fa 100644..100755 --- a/bin/post-update +++ b/bin/post-update @@ -24,7 +24,7 @@ Atualização automática Conteúdos baixados de outros sites pode ser automaticamente incluídos no `git-annex` diariamente através de um `cronjob` como o seguinte: - 30 6 * * * cd /var/cache/sites/arquivo && /usr/bin/git annex add . && /usr/bin/git annex sync &> /dev/null + 30 6 * * * /var/cache/sites/arquivo/bin/cron Ou de acordo com um [git-annex watch](http://git-annex.branchable.com/design/assistant/inotify/). |