From f330af61ac405453f6f1c0209f44e6574229de5e Mon Sep 17 00:00:00 2001 From: michalrus Date: Sun, 20 Aug 2017 14:16:55 +0000 Subject: [PATCH] --- ..._copying_files_with_running_assistant.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/bugs/Data_loss_when_copying_files_with_running_assistant.mdwn diff --git a/doc/bugs/Data_loss_when_copying_files_with_running_assistant.mdwn b/doc/bugs/Data_loss_when_copying_files_with_running_assistant.mdwn new file mode 100644 index 0000000000..ba563953c3 --- /dev/null +++ b/doc/bugs/Data_loss_when_copying_files_with_running_assistant.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. + +I’ve just experienced something strange. When files are copied (instead of moved) into a repo with an assistant running, some of them get lost. + +### What steps will reproduce the problem? + +1. Start the assistant. +2. `cp -rv some-big-directory your-annex-repo/` +3. Wait for sync to finish. +4. Compare some-big-directory with your-annex-repo/some-big-directory. + +It might be of some importance that I’m syncing this repo to 5 different machines. + +### What version of git-annex are you using? On what operating system? + +git-annex version: 6.20170520 +local repository version: 6 +operating system: linux x86_64 + +### Please provide any additional information below. + +Hard to tell, sometimes it happens, sometimes not. + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Sure, very cool, but this data loss thing creeped me out!