summaryrefslogtreecommitdiff
path: root/doc/tips/recover_data_from_lost+found/comment_5_e887b2d2ecbce3de22c517afd500e783._comment
blob: 125b47083724510606c80ee4fe5523574772d37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
"""]]