From 3e86ce3d1445a2d32c3318ec4a42190558187475 Mon Sep 17 00:00:00 2001 From: jnkl Date: Sun, 23 Feb 2025 20:54:56 +0000 Subject: [PATCH] --- ..._client_group_expression_include_backup__63__.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn diff --git a/doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn b/doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn new file mode 100644 index 0000000000..08add16e4f --- /dev/null +++ b/doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn @@ -0,0 +1,11 @@ +I have some repositories in group backup and some in client. I was surprised that I had to add the backup repositiries to group archive as well for the client groupwanted expression work as intended. + +So shouldn't the client expression read + + (include=* and ((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1 or copies=backup:1)))) or approxlackingcopies=1 + +instead of just + + (include=* and ((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1)))) or approxlackingcopies=1 + +?