summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa <stefanhuchler@web>2016-11-04 21:04:56 +0000
committerGravatar admin <admin@branchable.com>2016-11-04 21:04:56 +0000
commitbcbbd593cbec5ac10d024b82dcb6be8ab91f99f1 (patch)
treeba77a4eb6f6f23a35e53e145eca0313a6639c750
parent5a4b8184f416e1f076048764728afde9e7c05f07 (diff)
Added a comment: how to use normal rm to files directly?
-rw-r--r--doc/tips/unlocked_files/comment_5_8225cb96640697d4955badfee5b75e39._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/tips/unlocked_files/comment_5_8225cb96640697d4955badfee5b75e39._comment b/doc/tips/unlocked_files/comment_5_8225cb96640697d4955badfee5b75e39._comment
new file mode 100644
index 000000000..c3f227760
--- /dev/null
+++ b/doc/tips/unlocked_files/comment_5_8225cb96640697d4955badfee5b75e39._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa"
+ nickname="stefan.huchler"
+ avatar="http://cdn.libravatar.org/avatar/5c1baf041aa5516cb28a2618f7263a56"
+ subject="how to use normal rm to files directly?"
+ date="2016-11-04T21:04:56Z"
+ content="""
+My problem is following, I delete files from a directory over normal delete functionality. I expect this files than be really deleted, at least on that repos. so that the diskspace for it is free.
+
+I thought direct mode or now v6 with addunlocked setting is the solution to that. But either with thinmode there is a hardlink still there or without there is a copy in the directory.
+
+I would rather not have to use dropunused to get rid of that, it would be good if git annex sync or assist could just add this changes to the history. I dont care if that would be the last copy, that does not matter for me in that usecase.
+
+I want:
+
+1. access files (or hard links) not soft links
+2. only saved space 1 time per file
+3. deleted files give free the full space without usind drop-unused
+4. files should be added/deleted in that repos, not only transfered from somewhere else.
+
+Do I need therefor a special repos like web/directory/rsync or can I do that somehow with such a normal repos? as far as I understand even if I would use web with a directory as parameter it would not save the files normaly in that directory?
+"""]]