aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-export.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-19 14:26:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-19 14:26:03 -0400
commit52e55a040a29b03bc91482b03882cbf30f21330f (patch)
tree0105e9e86311985138653a4ed1e8673405cd9785 /doc/git-annex-export.mdwn
parent7d0d4d5b6ab2fd23c664742e5a1e7ed019b0c40d (diff)
export --fast sets up but does not populate export
sync --content finishes
Diffstat (limited to 'doc/git-annex-export.mdwn')
-rw-r--r--doc/git-annex-export.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-export.mdwn b/doc/git-annex-export.mdwn
index 98fb40c57..4807a6434 100644
--- a/doc/git-annex-export.mdwn
+++ b/doc/git-annex-export.mdwn
@@ -50,6 +50,12 @@ And, git-annex will never trust an export to retain the content of a key.
the branch. `git annex sync --content` and the git-annex assistant
will update exports when it commits to the branch they are tracking.
+* `--fast`
+
+ This sets up an export of a tree, but avoids any expensive file uploads to
+ the remote. You can later run `git annex sync --content` to upload
+ the files to the export.
+
# EXAMPLE
git annex initremote myexport type=directory directory=/mnt/myexport \