diff options
author | https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web> | 2014-01-18 22:08:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-18 22:08:15 +0000 |
commit | 9a1a4b10000159e476f5004d630fab58401ab5eb (patch) | |
tree | 3c2feecdc637f8772b1ba7b2a8b897c2500484ff /doc | |
parent | 549dd5e114651ef5fc1156a4977aa18ad7a2c6d8 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Can_not_drop_unused_file.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Can_not_drop_unused_file.mdwn b/doc/forum/Can_not_drop_unused_file.mdwn new file mode 100644 index 000000000..8ec48eb14 --- /dev/null +++ b/doc/forum/Can_not_drop_unused_file.mdwn @@ -0,0 +1,14 @@ +I have encrypted directory remote on a usb drive over time it accumulated some unused files. I would like to drop them running, + + git annex --unused --from external + +returns a list of unused files when I try to drop them with, + + + git annex dropunused --force --from external 1-XX + +I get, + + dropunused XX (from external...) failed + +I can not seem to get rid of these files. |