From f78761929c467a37a964ac5dfda5e235bd976539 Mon Sep 17 00:00:00 2001 From: "mich_hein@7649a6a913fc77618845b4f94a5ae54fa432708a" Date: Wed, 27 Oct 2021 13:28:56 +0000 Subject: [PATCH] --- ...recovering__34___from_git-annex_usage.mdwn | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/forum/__34__recovering__34___from_git-annex_usage.mdwn 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 index 0000000000..916fbb669a --- /dev/null +++ b/doc/forum/__34__recovering__34___from_git-annex_usage.mdwn @@ -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