From ecbc55dc3d8a35cddb27d95f2e186b7f03ce5ae1 Mon Sep 17 00:00:00 2001 From: "http://thkoch2001.myopenid.com/" Date: Tue, 13 Aug 2013 16:02:24 +0000 Subject: [PATCH] --- doc/todo/keep_annexed_files_for_a_while.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/todo/keep_annexed_files_for_a_while.mdwn diff --git a/doc/todo/keep_annexed_files_for_a_while.mdwn b/doc/todo/keep_annexed_files_for_a_while.mdwn new file mode 100644 index 0000000000..fdb5521628 --- /dev/null +++ b/doc/todo/keep_annexed_files_for_a_while.mdwn @@ -0,0 +1,6 @@ +I don't want files that I dropped to immediately disappear from my local or all of my remotes repos on the next sync. Especially in situations where changes to the git-annex repo get automatically and immediately replicated to remote repos, I want a configurable "grace" period before files in .git/annex/objects get really deleted. + +This has similarities to the "trash" on a desktop. It might also be nice to + +* configure a maximum amount of space of the "trash" +* have a way to see the contents of the trash to easily recover deleted files