From 8cdc6c69b9b9d38dfb7f1f5b952b66cac1a8eef2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmwjQzWgiD7_I3zw-_91rMRf_6qoThupis" Date: Thu, 9 Oct 2014 18:16:34 +0000 Subject: [PATCH] Added a comment --- ..._854c17ff8cb38486c4bef618d1e94919._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/tips/How_To_Permanently_Delete_a_File__63__/comment_3_854c17ff8cb38486c4bef618d1e94919._comment diff --git a/doc/tips/How_To_Permanently_Delete_a_File__63__/comment_3_854c17ff8cb38486c4bef618d1e94919._comment b/doc/tips/How_To_Permanently_Delete_a_File__63__/comment_3_854c17ff8cb38486c4bef618d1e94919._comment new file mode 100644 index 0000000000..404d12ae49 --- /dev/null +++ b/doc/tips/How_To_Permanently_Delete_a_File__63__/comment_3_854c17ff8cb38486c4bef618d1e94919._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmwjQzWgiD7_I3zw-_91rMRf_6qoThupis" + nickname="Mike" + subject="comment 3" + date="2014-10-09T18:16:34Z" + content=""" +OK, I should have read more before writing. + +It seems like the procedure is described here: +http://git-annex.branchable.com/walkthrough/unused_data/ + +The process is: +1. rm files or directories +2. git annex sync in all remotes (that is a pain, I wish I only had to do it once) +3. git annex unused +4. git annex dropunused +5. Repeat 4 and 5 on any repository where the data is stored + +That does work for me, it is just slightly cumbersome. If there is another way or if I am missing something, please let me know. + +Thanks, + +Mike +"""]]