summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-05 18:13:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-05 18:13:10 -0400
commit753f30c5bcbd4e9493adeb31aa7dc25ed620f633 (patch)
tree62ba4c1e63d4db9f649836f9041b1f39587862ef
parent9b155c1653c54fb5d07ff99bd1e77ca6a54ffa1d (diff)
parent7b48ac47dd31ad86c75e3c815c1e9c7371e8afd3 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/files_vanishing.mdwn12
-rw-r--r--doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_1_2e128976d517eaa4cbb92f036abe22ea._comment10
2 files changed, 12 insertions, 10 deletions
diff --git a/doc/forum/files_vanishing.mdwn b/doc/forum/files_vanishing.mdwn
new file mode 100644
index 000000000..f80adb51a
--- /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
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 075341b31..000000000
--- 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
-"""]]