mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
* docs: add CLI docs for user, upgrade, and disk commands * docs: update based on comments * docs: fix typo * docs: refine formatting and add description for argument * docs: resolve conflicts
936 B
936 B
download
Synopsis
The download subcommand downloads the Restic dependency tool. Restic is required for performing backup and restore operations, as well as managing snapshots.
olares-cli backups download [options]
Options
| Option | Shorthand | Usage | Required | Default |
|---|---|---|---|---|
--download-cdn-url |
Specifies the CDN URL for downloading the Restic tool. | No | System default URL | |
--help |
-h |
Displays help information. | No | N/A |
Examples
# Download Restic using a custom CDN URL
olares-cli backups download --download-cdn-url https://custom-cdn.example.com/restic