summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar filippo <filippo@web>2015-08-02 17:34:25 +0000
committerGravatar admin <admin@branchable.com>2015-08-02 17:34:25 +0000
commitc0ee59d3b05d4b150d0b1310f20c7c1a8c5de612 (patch)
tree6e2e1b009df90ac4c728a92c572ca8b166d7fc23
parentb5fe0828f337749145e416bb85c4f14e05345b02 (diff)
-rw-r--r--doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn b/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn
new file mode 100644
index 000000000..f4f23fb9d
--- /dev/null
+++ b/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn
@@ -0,0 +1,29 @@
+### Please describe the problem.
+
+In a client, backup, smallarchive setup, new non-archive files will be copied to backup, copied to smallarchive, then dropped from smallarchive.
+
+### What steps will reproduce the problem?
+
+Create three repos, assign them groups client, backup, smallarchive.
+
+Add files to the client, not in the archive folder.
+
+Run sync --content
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 5.20150710
+
+### Please provide any additional information below.
+
+[[!format sh """
+copy SOMEFILE copy SOMEFILE (checking BACKUP...) (to BACKUP...)
+SHA256E-s309049--00bb4f52d3d9af507eaf8c837ce29ad133cf1964c0f8fbf586906b1e5676f0af.pdf
+ 309,049 100% 87.83MB/s 0:00:00 (xfr#1, to-chk=0/1)
+ok
+copy SOMEFILE copy SOMEFILE (checking SMALLARCHIVE...) (to SMALLARCHIVE...)
+ok
+drop SMALLARCHIVE SOMEFILE (checking BACKUP...) ok
+""" ]]
+
+Note: it's extremely and unnecessarily hard to report a bug. There are no links leading to instructions or anything on the home page. The "bugs" link leads to a list of pages with no instructions. Please at least add explanation to the bugs page. I had to edit an existing bug and change the edit URL.