From d3cad8fb68e5f9cad203f82cc58ec7154dda137f Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dirk.sarpe@idiv.de>
Date: Tue, 16 Jan 2018 09:22:16 +0100
Subject: [PATCH] add purging policy for ~/.rstudio folder to rstudio1.md

---
 rstudio1.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rstudio1.md b/rstudio1.md
index 1d51ab2..e6e25dc 100644
--- a/rstudio1.md
+++ b/rstudio1.md
@@ -26,6 +26,8 @@ Currently there are three important places for you on the server:
 ### Home directory
 When you log in either via https or ssh this is usually the first place where you end up. Your home directory can be abbreviated by "~/". There is not a lot of space here, so do not place any larger data here. RStudio has the ugly not configurable habit to write quite some temporary data here (e.g. cached plots and suspended sessions), so please make sure that you clean up occasionally. It is a good place for your scripts.
 
+RStudio stores several files like suspended sessions, graph history etc. in `~/.rstudio`. This folder is purged every 90 days to remove "forgotten" suspended sessions and reduce wasted space.
+
 ### /data
 You can create your own directories here and place data inside. By default others can read the directories you created here, but not write in them. If you need any special permission let us know via it-support@idiv.de.
 
-- 
GitLab