From 43a4adda6e9470a0bbde7f97c32d3337110aaf1c Mon Sep 17 00:00:00 2001 From: lell Date: Fri, 15 Nov 2024 09:27:28 +0000 Subject: [PATCH] --- doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 45af5b2ee6..fc1e5bb168 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 @@ -15,6 +15,6 @@ However, git annex exits without copying any files, my repo is still empty after I also tried git annex findkeys --not --unused, but it says invalid option --unused :-( -In my example I have multiple repositories that all have part of the files I want, so I cannot just make a repo that has all versions of all files and then `drop --unused`. That also would take too much storage. +In real life I have multiple repositories that all have part of the files I want, so I cannot just make a repo that has all versions of all files and then `drop --unused`. That also would take too much storage. How can I do this?