From c0ee59d3b05d4b150d0b1310f20c7c1a8c5de612 Mon Sep 17 00:00:00 2001 From: filippo Date: Sun, 2 Aug 2015 17:34:25 +0000 Subject: --- ...ync_content_has_really_suboptimal_behavior.mdwn | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn 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. -- cgit v1.2.3