From cb349a7023c7cf197dac6f7046bcdf26a2286496 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Feb 2017 14:03:53 +0100 Subject: some final fixes and redirects in production --- sync.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index ea7696b..9ff8dfe 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,8 @@ #!/bin/sh rsync -e 'ssh -p 2221' -av \ + --usermap=abaumann:http \ + --groupmap=abaumann:http \ --delete-after \ --exclude '*~' \ - public_html/* root@andreasbaumann.cc:/srv/http/www.andreasbaumann.cc/. + public/. root@andreasbaumann.cc:/srv/http/www.andreasbaumann.cc/. -- cgit v1.2.3-54-g00ecf