From 508a0bd3cf96aa6c1b6f87d46f132b298b4f1190 Mon Sep 17 00:00:00 2001
From: berkas1 <berka@berkasimon.com>
Date: Thu, 9 Dec 2021 10:04:21 +0100
Subject: [PATCH] feat(backups): add basic info about backups to ToS and FAQ

---
 content/cloud/faq/index.md              |  8 ++++++++
 content/cloud/terms-of-service/index.md | 13 +++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/content/cloud/faq/index.md b/content/cloud/faq/index.md
index 1afd1e2..ac67760 100644
--- a/content/cloud/faq/index.md
+++ b/content/cloud/faq/index.md
@@ -70,3 +70,11 @@ In case, that these options are not suitable for your use case, you can still re
 ## I can't log into OpenStack, how is that possible?
 The most common reason why you can't log into your OpenStack account is that your membership in Metacentrum has expired. To extend your membership in Metacentrum,
 you can visit [https://metavo.metacentrum.cz/en/myaccount/prodlouzeni](https://metavo.metacentrum.cz/en/myaccount/prodlouzeni).
+
+## Backups
+All the data is protected against disk failures. We are not responsible for any data loss that may occur. For now, we do not provide any means for offsite backups. 
+
+What can I do?
+- Use OpenStack Snapshots for local backup.
+- Use backup software like Borg or Restic to create an offsite incremental backup.
+- Use backup/data storage services provided by MUNI or CESNET (e. g. https://it.muni.cz/sluzby/zalohovani-bacula).
\ No newline at end of file
diff --git a/content/cloud/terms-of-service/index.md b/content/cloud/terms-of-service/index.md
index 78a918e..d1b90be 100644
--- a/content/cloud/terms-of-service/index.md
+++ b/content/cloud/terms-of-service/index.md
@@ -6,7 +6,16 @@ weight: 200
 disableToc: true
 ---
 
-The following documents describe your rights and responsibilities as a user of MetaCentrum Cloud.
+### *The following documents describe your rights and responsibilities as a user of MetaCentrum Cloud.*
 
 - Terms and conditions for the access to the CESNET e-infrastructure: [EN](https://www.cesnet.cz/conditions/?lang=en) | [CZ](https://www.cesnet.cz/podminky/)
-- NGI MetaCentrum - Rules of Use: [EN](https://www.metacentrum.cz/en/about/rules/index.html) | [CZ](https://www.metacentrum.cz/cs/about/rules/index.html)
\ No newline at end of file
+- NGI MetaCentrum - Rules of Use: [EN](https://www.metacentrum.cz/en/about/rules/index.html) | [CZ](https://www.metacentrum.cz/cs/about/rules/index.html)
+
+
+
+### *Beside mentioned document, following rules and information apply.*
+
+#### Backups
+
+- We are not responsible for any data loss.
+- Users are responsible for making backups. 
\ No newline at end of file
-- 
GitLab