atlas upload#
file version: 10 July 2026
Overview#
atlas upload uploads local files to the Atlas server. Without
--archive it uploads a single file or directory tree. With
--archive it bundles multiple files or directories into an archive
before uploading.
Usage#
atlas upload [flags] <local-path...> <remote-path>
Restart Behavior#
These flags control what happens when the destination already exists.
Flag |
Description |
|---|---|
|
Overwrite unconditionally |
|
Skip if destination is at least as new as source |
|
Skip files that already exist on the remote |
|
Tolerate mtime drift in seconds under |
|
Show what would happen without uploading |
Other Flags#
Flag |
Description |
|---|---|
|
Recursively upload directories |
|
Bundle files into an archive before uploading |
|
Show help for |
Examples#
atlas upload photo.jpg /data/photos/photo.jpg
atlas upload report.pdf /shared/reports/report.pdf --force
atlas upload --update -r ./project /remote/
atlas upload --ignore-existing -r ./project /remote/
atlas upload -n -r ./project /remote/
atlas upload --archive tar ./src ./docs /remote/code.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 |