From: Cache Saravento Date: Sat, 8 Aug 2015 14:34:36 +0000 (-0300) Subject: Sync update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a49ee17ec4854e23276526d8e32fe95afd79cd90;p=cache.git Sync update --- diff --git a/bin/sync b/bin/sync index 5962eef..c683608 100755 --- a/bin/sync +++ b/bin/sync @@ -8,6 +8,7 @@ DIRNAME="`dirname $0`" WORK="$DIRNAME/.." CWD="`pwd`" LOCKFILE="$WORK/.sync-lockfile" +ORIGIN="rsync://cache.sarava.org/cache/data" # Set lockfile if [ -e "$LOCKFILE" ]; then @@ -19,7 +20,7 @@ fi # Sync cd $DIRNAME -rsync -avz rsync://cache.sarava.org/cache/data/ data/ +rsync -avz $ORIGIN/ data/ # Teardown rm $LOCKFILE