diff --git a/doc/forum/sync_content_through_repo_that_wants_nothing/comment_3_e05a3e3d991617bb2b323b5572cd771e._comment b/doc/forum/sync_content_through_repo_that_wants_nothing/comment_3_e05a3e3d991617bb2b323b5572cd771e._comment new file mode 100644 index 0000000000..ddc96a55fc --- /dev/null +++ b/doc/forum/sync_content_through_repo_that_wants_nothing/comment_3_e05a3e3d991617bb2b323b5572cd771e._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2024-01-25T15:50:04Z" + content=""" +`not copies=2` might be sufficient in your situation. + +If you look at the preferred content expression for a transfer repository, it +is: + +`not (inallgroup=client and copies=client:2) and ($client)` + +Where `$client` is a copy of the preferred content expressions of the client. + +There's no reason you can't write a preferred content expression that +does the same thing for some other group of repositories. +"""]]