diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 22:27:04 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 22:27:04 +0100 |
commit | 2300687a5c76acd9b0414136905c166c9d2f60ea (patch) | |
tree | 1a077a351fa1623e3425ea4b35fbe4c844e4e6e2 | |
parent | 0ad5d4aa159c013af691b39302964361141407d3 (diff) |
clarify git annex sync --all, and drop unneeded option --fast
-rw-r--r-- | USE.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |