better archive directory handling

Adjust preferred content expressions so that content in archive directories
is preferred until it has reached an archive or smallarchive repository.
This commit is contained in:
Joey Hess 2013-04-06 18:29:52 -04:00
parent 0a77d4b716
commit 84de4a14ad
4 changed files with 28 additions and 18 deletions

View file

@ -27,3 +27,5 @@ Something vaguely like this should work as the preferred content
expression for the clients:
exclude=archive/* or (include=archive/* and (not (copies=archive:1 or copies=smallarchive:1)))
> [[done]] --[[Joey]]