From 09435ff50a4d003a19135e8863941a15d736efee Mon Sep 17 00:00:00 2001 From: "felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5" Date: Tue, 5 Jan 2016 19:56:28 +0000 Subject: [PATCH] --- doc/forum/files_vanishing.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/files_vanishing.mdwn diff --git a/doc/forum/files_vanishing.mdwn b/doc/forum/files_vanishing.mdwn new file mode 100644 index 0000000000..f80adb51a2 --- /dev/null +++ b/doc/forum/files_vanishing.mdwn @@ -0,0 +1,12 @@ +Can anybody help me locate content that seems to have gone missing? + +Setup is two repos, connected via ssh, both direct mode, both debian machines, repo A with 5.20150731-1 (testing), repo B with 5.20141125 (stable). + +Both repos where synchronising (in this case transfering files from A to B), when I was copying a few more hundred files (second set) into a folder in repo A. In the webapp I have seen the assistant pick them up and transfer them to repo B. This took an hour or so, after which I can still see the name of nine files from the second set (and "... and 626 more") in the status messages on the right as added and the same number of files as uploaded. + +Unfortunately, from the second set of files only the first two files can be found in A and B, none of the other few hundred. + +Running git-annex fsck in repo A did not return any errors. + +I would appreciate any pointers, +Felix