From 9ccd3262baf7b0480d9809ee45806d90c03ee2c4 Mon Sep 17 00:00:00 2001 From: "guez@e17c318e09fc77b4a5be4cd330364e3a41a96971" Date: Wed, 28 May 2025 21:58:23 +0000 Subject: [PATCH] Added a comment: Not enough information on special remotes --- ..._e70275d412564f01446ed45c3a31dc7d._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/forum/View_special_remote_information__63__/comment_2_e70275d412564f01446ed45c3a31dc7d._comment diff --git a/doc/forum/View_special_remote_information__63__/comment_2_e70275d412564f01446ed45c3a31dc7d._comment b/doc/forum/View_special_remote_information__63__/comment_2_e70275d412564f01446ed45c3a31dc7d._comment new file mode 100644 index 0000000000..1149bac8e0 --- /dev/null +++ b/doc/forum/View_special_remote_information__63__/comment_2_e70275d412564f01446ed45c3a31dc7d._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="guez@e17c318e09fc77b4a5be4cd330364e3a41a96971" + nickname="guez" + avatar="http://cdn.libravatar.org/avatar/ffec09075c5b5cd47832649a306d68c3" + subject="Not enough information on special remotes" + date="2025-05-28T21:58:23Z" + content=""" +You say that the command shows the url used for a WebDAV remote, but this does not seem to be the case any longer: + +``` +$ git annex info sdrive +uuid: d17d5946-d126-4a0e-b6c1-232fb34fb461 +description: sdrive +trust: semitrusted +remote annex keys: 1 +remote annex size: 249.11 kilobytes +``` + +I can get a list of special remotes with `git annex enableremote` but how can I get a more detailed list, with all the information on each special remote: the type, the configuration options (encryption or not, etc.), the URLs? +"""]]