Skip to main content

securae_download

securae download

Download backup files

Synopsis

Download files using a backup ID (UUID format), as defined in the web UI.

If there is no filename argument, this command downloads the latest file from the backup.

securae download [filename] [flags]

Examples

# using --backup-id
securae download database-dump.tar.gz --backup-id=abcd1234-ab12-ab12-ab12-abcdef123456

# without specifying a filename it downloads the latest uploaded file
securae download --backup-id=abcd1234-ab12-ab12-ab12-abcdef123456

# download a file using an environment variable
export SECURAE_BACKUP_ID=abcd1234-ab12-ab12-ab12-abcdef123456
securae download database-dump.tar.gz

Options

  -b, --backup-id UUID   A backup ID (UUID format) where your files will be stored. It can also be specified using the environment variable SECURAE_BACKUP_ID.
-h, --help help for download

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/securae.yaml)

SEE ALSO