diff --git a/.gitignore b/.gitignore
index 961488e77171303cd35f7dd520c32a15aee08604..6471e02d6bc56f206889b3726b603b06e5bf2ac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 .publictmp/
+.hugo_build.lock
\ No newline at end of file
diff --git a/content/cloud/faq/index.md b/content/cloud/faq/index.md
index 1afd1e2a3a54c5c250028b16556e5743b1ee169e..ac67760ac35b56c0b06226bc4a95f84580d0c361 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 78a918e2e60dac7b890f521b75636f92b8431548..d1b90be054e66acd259a3531fd244618f09cbfec 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