summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-12-03 22:27:04 +0100
committerJonas Smedegaard <dr@jones.dk>2021-12-03 22:27:04 +0100
commit2300687a5c76acd9b0414136905c166c9d2f60ea (patch)
tree1a077a351fa1623e3425ea4b35fbe4c844e4e6e2 /USE.md
parent0ad5d4aa159c013af691b39302964361141407d3 (diff)
clarify git annex sync --all, and drop unneeded option --fast
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md5
1 files 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: