summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-02 16:35:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-02 16:35:55 -0400
commit2de7246aadabbe0f7249af77a5443f3805b94ea2 (patch)
tree9d2ff41346282fd49f4efd337b4d2d0eed3ad219
parent1b1d71cd564bfe18b926b6f732e271aa00e903b8 (diff)
response
-rw-r--r--doc/forum/Alternative_to_git_annex_copy_which_is_as_fast_as_git_annex_get/comment_1_7f62ed07749308a46f0028a9586a10a4._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Alternative_to_git_annex_copy_which_is_as_fast_as_git_annex_get/comment_1_7f62ed07749308a46f0028a9586a10a4._comment b/doc/forum/Alternative_to_git_annex_copy_which_is_as_fast_as_git_annex_get/comment_1_7f62ed07749308a46f0028a9586a10a4._comment
new file mode 100644
index 000000000..b9aabb309
--- /dev/null
+++ b/doc/forum/Alternative_to_git_annex_copy_which_is_as_fast_as_git_annex_get/comment_1_7f62ed07749308a46f0028a9586a10a4._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-02-02T20:33:31Z"
+ content="""
+Try `git annex copy --fast --to server`
+
+That avoids checking if the server still has every file, and only sends
+files it knows the server does not have. If you've just synced with the
+server, it knows what's on the server, so this can't go wrong.
+
+That'll be almost as fast as `git annex get`
+"""]]