diff --git a/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn b/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn index cdc9b6bf8b..2c4b1a3289 100644 --- a/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn +++ b/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn @@ -4,10 +4,12 @@ I tried to clone a present repository to an new folder and move there only files But git annex does nothing: +``` git clone my-repo repo-archive cd repo-archive git annex init git annex copy --to=here --not --unused +``` However, git annex exits without copying any files, my repo is still empty afterwards.