From 8ae3b14164ebbc88263edba95cd852baadba755d Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 18 Jun 2010 16:12:23 +0000 Subject: [PATCH] make sync more reliable git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@505 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/syncweb.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.2.5