summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rwxr-xr-xsync_backup.sh8
2 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 3560ebe..4db6de6 100644
--- a/README
+++ b/README
@@ -2,3 +2,4 @@
action back in 2009)
- new_theme is based on https://github.com/Vimux/Mainroad.git
- overlay in query: https://github.com/gasparesganga/jquery-loading-overlay/releases/tag/v1.5.3
+- http://saimiri.io/2016/06/comments-in-hugo/ for comments
diff --git a/sync_backup.sh b/sync_backup.sh
new file mode 100755
index 0000000..c84494f
--- /dev/null
+++ b/sync_backup.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+rsync -e 'ssh -p 2223' -av \
+ --usermap=abaumann:http \
+ --groupmap=abaumann:http \
+ --delete-after \
+ --exclude '*~' \
+ public/. root@andreasbaumann.cc:/srv/http/www.andreasbaumann.cc/.