comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 21 Mar 2023 18:07:59 +0000 (14:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 21 Mar 2023 18:07:59 +0000 (14:07 -0400)
doc/forum/git_annex_copy_to_google_drive_is_very_slow/comment_1_f3085ef9ddff51ee4110cc1000d26da2._comment [new file with mode: 0644]

diff --git a/doc/forum/git_annex_copy_to_google_drive_is_very_slow/comment_1_f3085ef9ddff51ee4110cc1000d26da2._comment b/doc/forum/git_annex_copy_to_google_drive_is_very_slow/comment_1_f3085ef9ddff51ee4110cc1000d26da2._comment
new file mode 100644 (file)
index 0000000..42f02aa
--- /dev/null
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2023-03-21T18:03:40Z"
+ content="""
+How large are the individual files?
+
+With small enough files, non-bandwidth related overhead and/or TCL slow
+start can take more time than copying the file does, preventing saturating
+a connection.
+
+It sometimes helps to use -J10 or so.
+
+The --fast option can also speed up `git-annex copy`,
+see the [[git-annex-copy]] man page for details about it.
+"""]]