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 + +?