From 3f08c340736f77fc1606c5807dc89685a4f594fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 7 Nov 2020 10:58:43 -0400 Subject: [PATCH] bug --- doc/bugs/sync_content_copies_unwanted_removed_files.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/sync_content_copies_unwanted_removed_files.mdwn diff --git a/doc/bugs/sync_content_copies_unwanted_removed_files.mdwn b/doc/bugs/sync_content_copies_unwanted_removed_files.mdwn new file mode 100644 index 0000000000..f2dd9a9924 --- /dev/null +++ b/doc/bugs/sync_content_copies_unwanted_removed_files.mdwn @@ -0,0 +1,5 @@ +A couple of times I have seen a git-annex sync -C . upload files to the +remote that are not part of the remote's preferred content. In the most +recent case, I had moved the file to another directory while the sync was +downloading a previous file. I suspect that the file being removed causes +preferred content checks to mess up. --[[Joey]]