bug
authorJoey Hess <joeyh@joeyh.name>
Sat, 7 Nov 2020 14:58:43 +0000 (10:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 7 Nov 2020 14:58:43 +0000 (10:58 -0400)
doc/bugs/sync_content_copies_unwanted_removed_files.mdwn [new file with mode: 0644]

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 (file)
index 0000000..f2dd9a9
--- /dev/null
@@ -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]]