atlas download#
file version: 10 July 2026
Overview#
atlas download fetches files or directory trees from the server to a
local destination. It can optionally bundle remote content into an
archive before downloading.
Usage#
atlas download [flags] <remote-path...> <local-path>
Restart Behavior#
These flags control overwrite and restart behavior.
Flag |
Description |
|---|---|
|
Overwrite unconditionally |
|
Skip if destination is at least as new as source |
|
Skip files that already exist locally |
|
Tolerate mtime drift in seconds under |
|
Show what would happen without downloading anything |
Other Flags#
Flag |
Description |
|---|---|
|
Recursively download directories |
|
Bundle content into an archive before downloading |
Examples#
atlas download /hsm/arch/project/report.pdf ./report.pdf
atlas download --update -r /remote/project ./ # rsync-style restart
atlas download --ignore-existing -r /remote/project ./
atlas download -n -r /remote/project ./ # preview only
atlas download --archive tar /remote/project/ ./backup.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 |