From 9d6feb42a6b6e501fcd8b0eeb5da5716436f43a4 Mon Sep 17 00:00:00 2001 From: pat Date: Sat, 10 Sep 2022 21:39:59 +0000 Subject: [PATCH] --- doc/forum/Ensure_all_versions_are_on_remotes.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/forum/Ensure_all_versions_are_on_remotes.mdwn b/doc/forum/Ensure_all_versions_are_on_remotes.mdwn index 2b7816ab11..662f43a2f1 100644 --- a/doc/forum/Ensure_all_versions_are_on_remotes.mdwn +++ b/doc/forum/Ensure_all_versions_are_on_remotes.mdwn @@ -2,7 +2,7 @@ I thought I was getting the hang of annex, but have run into a bit of a problem. Specifically, it seems like sync does a lot more than push and pull files - that it might actually try to drop things from remotes (at least with the -a) command. -I have two machines I work on, and should only have active content. I have two special remotes (S3/wasabi) that should have everything that's ever been annexed, including old versions of files. +I have two machines I work on, and should only have active content on them. I have two special remotes (S3/wasabi) that should have everything that's ever been annexed, including old versions of files. If I `git annex sync -a -A` then it will pull all versions locally as well. So I think I may have to separate the get and copy commands? @@ -10,7 +10,7 @@ Here's what I'm doing so far: ``` -git annex config --set annex.synccontent false # sync -A still seems to send content, which I think is okay +git annex config --set annex.synccontent false git annex config --set annex.synconlyannex true git annex config --set annex.autocommit false