Skip to main content

list

8BitSafe-cli [common options] archive list [options] [REPOSITORY]
positional argumentsdescription
REPOSITORYrepository to list contents of
optional argumentsdescriptiondefaultallowed
-e,--excludeexclude patterns-paths or glob patterns
-p, --prefixonly consider archive names starting with this prefix-string
-g, --globonly consider archive names matching the glob-glob
--firstlist the first N archives-integer
--lastlist the last N archives-integer

Description

Lists archives in a repo with optional filtering.

Examples

info

List all archives in a local repo:

8BitSafe-cli archive list /mnt/tank/backup_repo

List all archives that contain the string 'docs'

8BitSafe-cli archive list -g *docs* /mnt/tank/backup_repo