From d33e4c8435caebe0dce0d7a83a6cfc39608765a6 Mon Sep 17 00:00:00 2001 From: matrss Date: Tue, 22 Oct 2024 14:13:53 +0000 Subject: [PATCH 1/2] 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. +"""]] From e0227d1d285a94177ece8f377c830d198bdd6f89 Mon Sep 17 00:00:00 2001 From: matrss Date: Tue, 22 Oct 2024 14:44:10 +0000 Subject: [PATCH 2/2] Added a comment --- .../comment_4_2631b9ffe7d23f79792c9f1739201c10._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git_remote_annex_-_rclone/comment_4_2631b9ffe7d23f79792c9f1739201c10._comment diff --git a/doc/bugs/git_remote_annex_-_rclone/comment_4_2631b9ffe7d23f79792c9f1739201c10._comment b/doc/bugs/git_remote_annex_-_rclone/comment_4_2631b9ffe7d23f79792c9f1739201c10._comment new file mode 100644 index 0000000000..6a8b403a36 --- /dev/null +++ b/doc/bugs/git_remote_annex_-_rclone/comment_4_2631b9ffe7d23f79792c9f1739201c10._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="matrss" + avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de" + subject="comment 4" + date="2024-10-22T14:44:10Z" + content=""" +I just tried it out, something like this works without any further rclone configuration: `git annex initremote icg1220-remote-dir type=rclone encryption=none rcloneremotename=':sftp,host=icg1220' rcloneprefix=remote-dir`. It just prints some log messages from rclone that it can't save config settings for this on the fly backend, but those seem to be purely informational. +"""]]