From cf9a93e90120f34741773f51a0007259d16e97b9 Mon Sep 17 00:00:00 2001 From: Lukey Date: Sun, 6 Jun 2021 18:01:08 +0000 Subject: [PATCH] Added a comment --- ...ent_1_89e04a7dc25a3df849aa2ada4dbc8439._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/How_to_keep_connected_files_with_another__63__/comment_1_89e04a7dc25a3df849aa2ada4dbc8439._comment diff --git a/doc/forum/How_to_keep_connected_files_with_another__63__/comment_1_89e04a7dc25a3df849aa2ada4dbc8439._comment b/doc/forum/How_to_keep_connected_files_with_another__63__/comment_1_89e04a7dc25a3df849aa2ada4dbc8439._comment new file mode 100644 index 0000000000..e5c379bf61 --- /dev/null +++ b/doc/forum/How_to_keep_connected_files_with_another__63__/comment_1_89e04a7dc25a3df849aa2ada4dbc8439._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 1" + date="2021-06-06T18:01:08Z" + content=""" +You could make the subtitles wanted in every repo so that all subtitles are present in every repo. Since they are small, the overhead shouldn't be large. + +Or you could directly add them to git (\"small files\") so they are also present everywhere. On a fresh repo, this would help a bit with speed too since git-annex then doesn't need to keep track of the location of these small files. + +Or (depending on how you configured your preferred content) you could increase numcopies just for the small files. See [[walkthrough/backups/]]. + +Unfortunately, preferred-content can't directly relate multiple files with each other. git-annex iterates over each file in the tree and checks if preferred-content matches for that particular file. +"""]]