From 2300687a5c76acd9b0414136905c166c9d2f60ea Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 3 Dec 2021 22:27:04 +0100 Subject: clarify git annex sync --all, and drop unneeded option --fast --- USE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/USE.md b/USE.md index 0fe0067..5cd743f 100644 --- a/USE.md +++ b/USE.md @@ -89,14 +89,15 @@ and tell git-annex to use it: git clone git://[[!template id=githost]]/example git annex init --version=7 -Then from time to time syncronize: +Then from time to time syncronize, +ensuring that all content exists both locally and remotely: git annex sync --content --all Alternatively (e.g. on slow/expensive network), syncronize only metadata and only with nearest clones: - git annex sync --fast + git annex sync Alternatively (e.g. on small host), push the content to only be remote without keeping a local copy: -- cgit v1.2.3