From 357ceb1af4d189e25252fab2aa72e5fe8cc068f2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 4 Jun 2018 21:11:59 +0200 Subject: moved to private git repo from github --- sync_backup_local.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 sync_backup_local.sh (limited to 'sync_backup_local.sh') diff --git a/sync_backup_local.sh b/sync_backup_local.sh new file mode 100755 index 0000000..52ec79a --- /dev/null +++ b/sync_backup_local.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +rsync -e 'ssh' -av \ + --usermap=abaumann:http \ + --groupmap=abaumann:http \ + --delete-after \ + --exclude '*~' \ + public/. root@eurobuild3:/srv/http/www.andreasbaumann.cc/. -- cgit v1.2.3-54-g00ecf