summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/recover_data_from_lost+found/comment_5_e887b2d2ecbce3de22c517afd500e783._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tips/recover_data_from_lost+found/comment_5_e887b2d2ecbce3de22c517afd500e783._comment b/doc/tips/recover_data_from_lost+found/comment_5_e887b2d2ecbce3de22c517afd500e783._comment
new file mode 100644
index 000000000..125b47083
--- /dev/null
+++ b/doc/tips/recover_data_from_lost+found/comment_5_e887b2d2ecbce3de22c517afd500e783._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2017-03-14T23:40:45Z"
+ content="""
+If you're worried about lost+found containing non-annexed content, you can
+copy (`cp`) the files, rather than moving them (`mv`). After adding the
+files, `git annex unused` will find any non-annexed ones that were added,
+and they can then be removed.
+
+This tip was written before `git annex reinject --known` existed, but that
+is also a good way to do it.
+"""]]