From f43381e42ef57bd8d720b9cc2ef076b47ff4b88b Mon Sep 17 00:00:00 2001 From: "vince@56a3a35e623d01b9236e911a9caff71eb367399b" Date: Sun, 8 Dec 2024 20:26:18 +0000 Subject: [PATCH] --- doc/forum/clone_and_initialize_with_a_given_uuid.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/clone_and_initialize_with_a_given_uuid.mdwn diff --git a/doc/forum/clone_and_initialize_with_a_given_uuid.mdwn b/doc/forum/clone_and_initialize_with_a_given_uuid.mdwn new file mode 100644 index 0000000000..0c7b09374e --- /dev/null +++ b/doc/forum/clone_and_initialize_with_a_given_uuid.mdwn @@ -0,0 +1,8 @@ +Ayo.. hi there.. Love git-annex! + +We are using git-annex as a backend for an asynchronous network.. we have multiple repositories in the same machines/nodes and we'd like to use the same uuid to identify these nodes. + +Each time we clone an existing g-a repository it creates a new uuid. Right now we have to reinit with the existing uuid and set the newly created uuid as dead. + +Is it possible to prevent this stillborn? +