From f2ede868e2398c01dcafdf418b42e533ec45f8f2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 29 Jan 2017 13:21:19 +0100 Subject: checking in the SSI based version --- sync.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 sync.sh (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..ea7696b --- /dev/null +++ b/sync.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +rsync -e 'ssh -p 2221' -av \ + --delete-after \ + --exclude '*~' \ + public_html/* root@andreasbaumann.cc:/srv/http/www.andreasbaumann.cc/. -- cgit v1.2.3-54-g00ecf