(no commit message)
authorcarlos@4c213b52601d57b650b22d9a246c59aea2c8f859 <carlos@web>
Mon, 20 Mar 2023 20:13:03 +0000 (20:13 +0000)
committeradmin <admin@branchable.com>
Mon, 20 Mar 2023 20:13:03 +0000 (20:13 +0000)
doc/forum/git_annex_copy_to_google_drive_is_very_slow.mdwn [new file with mode: 0644]

diff --git a/doc/forum/git_annex_copy_to_google_drive_is_very_slow.mdwn b/doc/forum/git_annex_copy_to_google_drive_is_very_slow.mdwn
new file mode 100644 (file)
index 0000000..c67176c
--- /dev/null
@@ -0,0 +1,9 @@
+I'm trying to use datalad (http://www.datalad.org) to manage some scientific data repositories. Datalad uses git annex. 
+
+I've set up an annex for my datalad/git repository using `git-annex-remote-rclone` [website](https://github.com/git-annex-remote-rclone/git-annex-remote-rclone). The setup went fine, but the transfers with a Gigabit connection are of the order of 50-100 kbs. I'm trying to troubleshoot the issue. I'm a new user of git annex. The repository has about 10 GB of stuff.
+
+I'm focusing on `git annex` because I sidestep datalad by using `git annex copy --to=gdrive2`, this is as slow as using `datalad push --to=gdrive2`, which makes sense as the latter is a thin wrapper around `git-annex-copy`.
+
+Using an external drive instead of Google Drive was a little better, but it still took hours to copy the 10 GB. Not sure what's going on.
+
+Any ideas on how to troubeshoot this?