From 09435ff50a4d003a19135e8863941a15d736efee Mon Sep 17 00:00:00 2001 From: "felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5" Date: Tue, 5 Jan 2016 19:56:28 +0000 Subject: [PATCH 1/2] --- 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 From bf2f9429970aca7c020c219c312262435014fb1b Mon Sep 17 00:00:00 2001 From: "mark@6b90344cdab3158eacb94a3944460d138afc9bef" Date: Tue, 5 Jan 2016 20:14:46 +0000 Subject: [PATCH 2/2] removed --- ...comment_1_2e128976d517eaa4cbb92f036abe22ea._comment | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_1_2e128976d517eaa4cbb92f036abe22ea._comment diff --git a/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_1_2e128976d517eaa4cbb92f036abe22ea._comment b/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_1_2e128976d517eaa4cbb92f036abe22ea._comment deleted file mode 100644 index 075341b317..0000000000 --- a/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_1_2e128976d517eaa4cbb92f036abe22ea._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="mark@6b90344cdab3158eacb94a3944460d138afc9bef" - nickname="mark" - subject="Centralized server with separate remote" - date="2015-12-23T17:59:48Z" - content=""" -If I have git in a centralized server setup (local computer) and want the annexed files to be stored on S3, say, then do I have to have git and git-annex running on S3? - -Thanks! Mark -"""]]