Skip to content

olares backups

The olares backups command provides a set of tools to manage data backups, restores, and snapshots. It supports multiple storage backends, including Tencent COS, Amazon S3, the local filesystem, and Olares Space.

Subcommands

SubcommandDescription
downloadDownloads the Restic dependency tool.
regionRetrieves the cloud name and region ID. Specifically used only when the storage backend is Olares Space.
backupBackups data to a specified storage backend.
restoreRestores data from a specified storage backend.
snapshotsManages and views backup snapshots.

Available backends

The <backend> parameter specifies the storage backend for the backup and restore commands. Olares CLI supports the following backends:

BackendDescription
cosTencent Cloud Object Storage (COS). Requires an access key, secret key, and endpoint.
s3Amazon Simple Storage Service (S3). Requires an access key, secret key, and endpoint.
fsLocal filesystem. No credentials required.
spaceOlares Space. Requires an access token.