From 11b609763ea0f3a113a0210bc11efdef08ba7003 Mon Sep 17 00:00:00 2001 From: oadams Date: Thu, 14 Mar 2024 01:03:46 +0000 Subject: [PATCH] Added a comment: Need for git-annex-remote-rclone --- ...comment_1_3fa761ad2e7a87e160b6d0e86814801c._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/special_remotes/rclone/comment_1_3fa761ad2e7a87e160b6d0e86814801c._comment diff --git a/doc/special_remotes/rclone/comment_1_3fa761ad2e7a87e160b6d0e86814801c._comment b/doc/special_remotes/rclone/comment_1_3fa761ad2e7a87e160b6d0e86814801c._comment new file mode 100644 index 0000000000..c698e2154a --- /dev/null +++ b/doc/special_remotes/rclone/comment_1_3fa761ad2e7a87e160b6d0e86814801c._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="oadams" + avatar="http://cdn.libravatar.org/avatar/ac166a5f89f10c4108e5150015e6751b" + subject="Need for git-annex-remote-rclone" + date="2024-03-14T01:03:46Z" + content=""" +In order to use rclone as a special remote, the user needs to download a separate Bash scriptfrom https://github.com/DanielDent/git-annex-remote-rclone and put it in their PATH. Since that extra dependency is only a few hundred lines of Bash, I would be interested in attempting to implement `Remote/Rclone.hs` so that the rclone special remote is entirely built into git-annex. However, I wanted to run it by you before more seriously considering investing time in doing that. What are your thoughts on this? I'm assuming the only reason rclone support isn't built into git-annex is just a lack of time and incentive, rather than a more fundamental technical reason. Is that right? + +Thanks for all your work on this tool. +"""]]