atlas lsar#
file version: 10 July 2026
Overview#
atlas lsar lists the contents of an archive file without extracting
it. The file must be online, not currently archived to tape. Stage it
first if needed.
The summary line is written to stderr so the entry list on stdout pipes cleanly into other tools.
Supported archive types are tar, tar.gz, tgz, and zip.
Usage#
atlas lsar [flags] <archive-path>
Command Flags#
Flag |
Description |
|---|---|
|
Maximum number of entries to return (default 10000) |
|
Maximum number of entries to return (0 = server default) |
Examples#
atlas lsar /hsm/arch/project/archive.tar
atlas lsar --limit 100 /data/archive.zip
atlas lsar @home/backups/dataset.tar.gz
Global Flags#
Flag |
Description |
|---|---|
|
Path to CA certificate for server verification |
|
Machine-readable output format ( |
|
Interface language ( |
|
Disable color output |
|
Use plaintext (non-TLS) connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |