From: Joey Hess Date: Tue, 21 Mar 2023 18:07:59 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~50^2~98 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bf1bebef259e9a45c2981b3c5d8fb498e3e15be7;p=git-annex.git comment --- 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 index 0000000000..42f02aa943 --- /dev/null +++ b/doc/forum/git_annex_copy_to_google_drive_is_very_slow/comment_1_f3085ef9ddff51ee4110cc1000d26da2._comment @@ -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. +"""]]