From: konrad Date: Fri, 18 Jun 2010 16:12:23 +0000 (+0000) Subject: make sync more reliable X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8ae3b14164ebbc88263edba95cd852baadba755d;p=web%2Fkonrad%2Fsmoke.git make sync more reliable git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@505 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/www/syncweb.sh b/www/syncweb.sh index 89c4383..7633062 100644 --- a/www/syncweb.sh +++ b/www/syncweb.sh @@ -1,7 +1,7 @@ #!/bin/sh #target host and directory -TARGET=silmor.de:/home/web/htdocs.tpahl +TARGET=silmor.de:/home/web/htdocs.pahl SSH='ssh -l konrad' -rsync -vruLpEtz --exclude=.svn --exclude='*~' --exclude=syncweb.sh --exclude=config.php -e "$SSH" . "$TARGET" +rsync -vrLpEtz --exclude=.svn --exclude='*~' --exclude=syncweb.sh --exclude=config.php -e "$SSH" . "$TARGET"