atlas mv#
file version: 10 July 2026
Overview#
atlas mv moves or renames files and directories on the server.
Usage#
atlas mv [flags] <source...> <destination>
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 at the destination |
|
Tolerate mtime drift in seconds under |
|
Show what would happen without moving anything |
Other Flags#
Flag |
Description |
|---|---|
|
Move all sources into the given destination directory |
|
Show help for |
Examples#
atlas mv /hsm/arch/project/file.txt /hsm/arch/project/archive/
atlas mv -t /hsm/arch/project/archive /hsm/arch/project/file1 /hsm/arch/project/file2
atlas mv --update /data/archive/* /backup/ # skip up-to-date
atlas ls -R -0 /src | xargs -0 atlas mv -t /dst # NUL-safe batch move
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 |