(no commit message)
authormich_hein@7649a6a913fc77618845b4f94a5ae54fa432708a <mich_hein@web>
Wed, 27 Oct 2021 13:28:56 +0000 (13:28 +0000)
committeradmin <admin@branchable.com>
Wed, 27 Oct 2021 13:28:56 +0000 (13:28 +0000)
doc/forum/__34__recovering__34___from_git-annex_usage.mdwn [new file with mode: 0644]

diff --git a/doc/forum/__34__recovering__34___from_git-annex_usage.mdwn b/doc/forum/__34__recovering__34___from_git-annex_usage.mdwn
new file mode 100644 (file)
index 0000000..916fbb6
--- /dev/null
@@ -0,0 +1,24 @@
+# Past Usage of git-annex
+
+I used to have git(-annex) repositories for different projects and data types...
+so I managed all my images in one repository, movies in an other and so on.
+At some point I had an central Server an moved files to that remote.
+
+So far so easy and good.
+
+# Current Situation
+
+Then there was the time, that I killed my central Server,
+and "lost" access to my files I moved there
+and "lost" also the synchronization path between my laptop and my desktop pc
+
+I have a backup of these remotes (scped to a external hdd), but currently have no
+clue how I teach my local repository that the central Server remote is now
+just a local hdd remote.
+
+Probably I am just confused how I handeled git-annex till now
+
+What would be a best practice to teach an repository that an remote has moved its location?
+And maybe recover my moved files, that are hopefully still somewhere around.
+
+~ Michael