make sync more reliable
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Fri, 18 Jun 2010 16:12:23 +0000 (16:12 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Fri, 18 Jun 2010 16:12:23 +0000 (16:12 +0000)
git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@505 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

www/syncweb.sh

index 89c4383..7633062 100644 (file)
@@ -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"