From cd986d613b77d4c293ef525544a741f8e8cdd63f Mon Sep 17 00:00:00 2001 From: imlew Date: Thu, 18 Jan 2024 18:25:48 +0000 Subject: [PATCH 1/2] --- .../sync_content_through_repo_that_wants_nothing.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/sync_content_through_repo_that_wants_nothing.mdwn diff --git a/doc/forum/sync_content_through_repo_that_wants_nothing.mdwn b/doc/forum/sync_content_through_repo_that_wants_nothing.mdwn new file mode 100644 index 0000000000..e9522727e6 --- /dev/null +++ b/doc/forum/sync_content_through_repo_that_wants_nothing.mdwn @@ -0,0 +1,7 @@ +I'm trying to figure out how to automatically sync all the remotes that I can currently reach while the local repo does not want any content. + +Specifically want to download content from a server (remote repo) to a USB-drive (directory special remote) through a local repo. +If the local repo has no preferred content set or if the preferred content includes the files I want to sync to the disk it works. +However, if I set the local preferred content to `exclude=*` neither `sync`, `satisfy` nor `assist` do what I had hoped, which is to download the files, copy them to the remote and then delete the local copy. + +Is there something I can do to achieve this behavior? From 4fe3e59525dd81e75307bb3e8f80d57639054b43 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 18 Jan 2024 19:00:51 +0000 Subject: [PATCH 2/2] Added a comment --- ...mment_2_55315d9013fc6acbde9f8b419757d949._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/webapp_--listen_port_is_not_used__63__/comment_2_55315d9013fc6acbde9f8b419757d949._comment diff --git a/doc/bugs/webapp_--listen_port_is_not_used__63__/comment_2_55315d9013fc6acbde9f8b419757d949._comment b/doc/bugs/webapp_--listen_port_is_not_used__63__/comment_2_55315d9013fc6acbde9f8b419757d949._comment new file mode 100644 index 0000000000..8af5ad882b --- /dev/null +++ b/doc/bugs/webapp_--listen_port_is_not_used__63__/comment_2_55315d9013fc6acbde9f8b419757d949._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 2" + date="2024-01-18T19:00:50Z" + content=""" +> What's your use case for wanting to specify a port? + +it was to have some static port I could keep an ssh redirect pointing to so I could investigate behavior of the remote running annex webapp. + +My 1c: Since AFAIK no ADDRESS could have `:` (unless some `ssh` based \"server:/path/to/socket\" which I do not think supported) so might be better to just crash (not just have it a matter of documentation) if `:\d+` part is found to be specified? +"""]]