Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify labelstr usage #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions perl/Amanda/DB/Catalog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ restrict to parts with exactly this label

(arrayref) restrict to parts with any of these labels

=item labelstr

restrict to parts on volume matching the labelstr regex.

=item level

restrict to parts with exactly this level
Expand All @@ -332,10 +336,6 @@ restrict to parts with exactly this level

restrict to parts with this status

=item labelstr

restrict to parts on volume matching the labelstr.

=item dumpspecs

(arrayref of dumpspecs) restruct to parts matching one or more of these dumpspecs
Expand Down Expand Up @@ -390,9 +390,9 @@ access those values via the C<dump> attribute.

This function returns a sequence of dumps. Values in C<%parameters> restrict
the set of dumps that are returned. The same keys as are used for C<get_parts>
are available here, with the exception of C<label> and C<labels>. In this
case, the C<status> parameter applies to the dump status, not the status of its
constituent parts.
are available here, with the exception of C<label>, C<labels>, and C-<labelstr>.
In this case, the C<status> parameter applies to the dump status, not the status
of its constituent parts.

=item sort_dumps([ $key1, $key2 ], @dumps)

Expand Down