Rev 16591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16591 | Rev 16592 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | # ListClassBackups |
|
- | 2 | # List of all class backups available in the server. |
|
- | 3 | # * if `qclass` is specified, list only backups for this class id |
|
- | 4 | # * if `data1` is a number > 2000, list only backups for this year |
|
1 | 5 | ||
2 | # qclass can filter on one class ID |
6 | # qclass can filter on one class ID |
3 | qclass=!word 1 of $qclass |
7 | qclass=!word 1 of $qclass |
4 | qclass=!translate internal ./,;?* to $ $ in $qclass |
8 | qclass=!translate internal ./,;?* to $ $ in $qclass |
5 | !if $ $ isin $qclass |
9 | !if $ $ isin $qclass |