From 3b3845d30049d4438a7a7a3d8d3fe27696f3a8ff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Jun 2025 10:10:12 -0400 Subject: [PATCH] response --- ...ent_1_a309dbb7922ef3375644a26ae29110a2._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/change_special_remote__39__s_config_parameter/comment_1_a309dbb7922ef3375644a26ae29110a2._comment diff --git a/doc/forum/change_special_remote__39__s_config_parameter/comment_1_a309dbb7922ef3375644a26ae29110a2._comment b/doc/forum/change_special_remote__39__s_config_parameter/comment_1_a309dbb7922ef3375644a26ae29110a2._comment new file mode 100644 index 0000000000..625431f094 --- /dev/null +++ b/doc/forum/change_special_remote__39__s_config_parameter/comment_1_a309dbb7922ef3375644a26ae29110a2._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2025-06-23T14:07:38Z" + content=""" +This is the solution: + + git annex enableremote annexA rsyncurl=host:/new/path + +The configremote command changes the configuration of a remote that does +not have to be enabled for use at all, and is currently only used to change +the autoenable=true configuration. For changing other configuration the +enableremote command is the thing to use. +"""]]