From 32a6111c8b51decace237c1a272edca9cab5ff5a Mon Sep 17 00:00:00 2001
From: Radovan Pasek <radovan.pasek@vsb.cz>
Date: Wed, 18 Dec 2024 11:57:27 +0100
Subject: [PATCH] Update project-storage.md

---
 docs.it4i/storage/project-storage.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/storage/project-storage.md b/docs.it4i/storage/project-storage.md
index c8186a96..5c9a5093 100644
--- a/docs.it4i/storage/project-storage.md
+++ b/docs.it4i/storage/project-storage.md
@@ -100,8 +100,9 @@ However, the storage does not provide data backup, so we strongly recommend usin
 
 ### Snapshots
 
-The PROJECT storage provides snapshot functionality. A snapshot represents a state of a filesystem at a particular point in time. Snapshots are created for all projects on fileset (i.e. project directory) level.
-Snapshots are created every day, snapshots older than seven days are deleted.
+The PROJECT storage provides snapshot functionality. A snapshot represents a state of a filesystem at a particular point in time. Snapshots are created for all projects on fileset (i.e. project directory) level.  
+Snapshots are created every day, snapshots older than seven days are deleted.    
+Snapshots are not calculated towards the disk quota.     
 
 Files in snapshots are accessible directly by users in the special subdirectory of each project directory named `.snapshots`.
 Snapshots are read-only.
-- 
GitLab