summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 12:59:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 12:59:33 -0400
commit8131021f14e2fa14f99e02ac3ec1224c662e0cd9 (patch)
tree33eb0d537143360de25e4d1f04d3720a8e0f1cc9
parent89578d4d3fc3004f04fa84ba933d5d91e0cca868 (diff)
comment
-rw-r--r--doc/forum/copy_--auto_copies_already_synced_files/comment_2_3cfd11d8199a4d5e442d207a1edb38e0._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/copy_--auto_copies_already_synced_files/comment_2_3cfd11d8199a4d5e442d207a1edb38e0._comment b/doc/forum/copy_--auto_copies_already_synced_files/comment_2_3cfd11d8199a4d5e442d207a1edb38e0._comment
new file mode 100644
index 000000000..5fe0b215d
--- /dev/null
+++ b/doc/forum/copy_--auto_copies_already_synced_files/comment_2_3cfd11d8199a4d5e442d207a1edb38e0._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-07-19T16:57:59Z"
+ content="""
+Right, it's checking if the file content is still present on the remote.
+Since that can take a while, or even lead to a ssh password prompt etc,
+it prints out the name of each file as it checks it.
+
+--fast avoids that check, which is fine. I have gone back and forth on
+making --fast the default in this sitation.
+"""]]