From 7d015c8eef404ccae30269ad8911dc09da9aba56 Mon Sep 17 00:00:00 2001 From: divB Date: Sat, 2 Aug 2014 20:12:42 +0000 Subject: [PATCH] --- ...4___attempt_to_repair_hangs__44___broken_symlinks.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn b/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn index 8688820cf9..56666a49a9 100644 --- a/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn +++ b/doc/forum/Pusher_crashed__44___attempt_to_repair_hangs__44___broken_symlinks.mdwn @@ -19,7 +19,9 @@ Here the same: whereis Fotos/2014/DSC_0303.JPG (0 copies) failed git-annex: whereis: 1 failed -4.) On the server, files that should ALWAYS be on the server (configured as "full backup") suddenly wiped data that was also made available on the client. The symlinks are dangling symlinks and contain just binary data: +4.) When I do "git annex status" a whole bunch of files are displayed with "M" (modified) although they are not, they are not even checked out and should be only at the server ... + +5.) On the server, files that should ALWAYS be on the server (configured as "full backup") suddenly wiped data that was also made available on the client. The symlinks are dangling symlinks and contain just binary data: ls -l lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0011.JPG -> ???? @@ -31,9 +33,9 @@ Here the same: lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0019.JPG -> ???? lrwxrwxrwx 1 4 Aug 2 08:55 DSC_0020.JPG -> ???? -5.) "git annex fsck" on the server is still successful, returning no errors! +6.) "git annex fsck" on the server is still successful, returning no errors! -6.) Manually executing "git annex sync --content" on both sides does not change anything and does not output any error messages. +7.) Manually executing "git annex sync --content" on both sides does not change anything and does not output any error messages. Oh no, so desparate :-( Any ideas?