diff options
author | 2017-08-20 14:16:55 +0000 | |
---|---|---|
committer | 2017-08-20 14:16:55 +0000 | |
commit | 8324f9e96f355f6481eaa0a9a74f49371b35351a (patch) | |
tree | 3b211353d6215f047dca4c1f3b5abf7154c64f65 | |
parent | c7f007fcd5ecbaba82021f81f180bed37df0f526 (diff) |
-rw-r--r-- | doc/bugs/Data_loss_when_copying_files_with_running_assistant.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000..ba563953c --- /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! |