From f352a1a02755ed9a141837be27301c02feb63c19 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 2 Nov 2017 23:59:52 +0100 Subject: [PATCH] Add preliminary section on grace location cleanup to README. Relates to issue #1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6bb08ba..f0905b0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,15 @@ is in XML format so it is easily usable from C# code using the core Serialization / Deserialization functions. Likewise, this file is to be found in the service base directory and called `status.xml`. +### Grace Location Cleanup + +After a transfer has completed, the service moves all folders of that transfer +into one subfolder inside the `$ManagedDirectory/DONE/<username>/` location. +Grace location checks are done + - at service startup + - after a transfer has finished + - once every *configurable* hours + ## Development -- GitLab