From d33e4c8435caebe0dce0d7a83a6cfc39608765a6 Mon Sep 17 00:00:00 2001 From: matrss Date: Tue, 22 Oct 2024 14:13:53 +0000 Subject: [PATCH] Added a comment: Re: rclone remote config in special remote --- ...comment_3_ab08b5823adce69b5b98100ef3d1fce8._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/git_remote_annex_-_rclone/comment_3_ab08b5823adce69b5b98100ef3d1fce8._comment diff --git a/doc/bugs/git_remote_annex_-_rclone/comment_3_ab08b5823adce69b5b98100ef3d1fce8._comment b/doc/bugs/git_remote_annex_-_rclone/comment_3_ab08b5823adce69b5b98100ef3d1fce8._comment new file mode 100644 index 0000000000..15fbf19cbd --- /dev/null +++ b/doc/bugs/git_remote_annex_-_rclone/comment_3_ab08b5823adce69b5b98100ef3d1fce8._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="matrss" + avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de" + subject="Re: rclone remote config in special remote" + date="2024-10-22T14:13:53Z" + content=""" +Rclone has something called \"connection strings\" (), which can make a separate rclone configuration unnecessary. E.g. you can use `rclone ls :sftp,host=hostname:path/to/dir` to `ls` a sftp remote without first setting it up in the config. + +It might be possible to set such a connection string as the remote name in the special remote to avoid a separate rclone config, but I haven't actually tried it out. +"""]] -- 2.30.2