From be2d7b383d6c0d9113734ff1b59ac5984a7d88c2 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Fri, 17 May 2024 13:25:50 +0200 Subject: [PATCH] Hetzner backup site --- Doc/lectures.xml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lectures.xml b/Doc/lectures.xml index 9fa55b7f5..037cf5e49 100644 --- a/Doc/lectures.xml +++ b/Doc/lectures.xml @@ -57,7 +57,7 @@ <listitem> <para><link - xlink:href="https://freedocs.hdm-stuttgart.cloud">BW Cloud</link></para> + xlink:href="https://freedocs.hdm-stuttgart.cloud">Backup site</link></para> </listitem> </itemizedlist></td> diff --git a/Makefile b/Makefile index 0d1b9f540..85c2905be 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ endif install: check-install exam rsync -av --exclude \*.jar --exclude \*.war --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P /tmp/Exam Doc/target/webhelp/ \ freedocs@freedocs.mi.hdm-stuttgart.de:${DESTDIR} -# rsync -av --exclude \*.jar --exclude \*.war --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P /tmp/Exam Doc/target/webhelp/ \ -# ubuntu@c11694ce-eef6-4e38-803e-7a3b874d779e.ma.bw-cloud-instance.org:/extra/var/www/html + rsync -av --exclude \*.jar --exclude \*.war --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P /tmp/Exam Doc/target/webhelp/ \ + freedocs@freedocs.hdm-stuttgart.cloud:/var/www/freedocs/html #end -- GitLab