securae_upload
securae upload
Upload backup files
Synopsis
Upload files into the backup ID (UUID format) defined in the web UI.
securae upload [filename] [flags]
Examples
# using --backup-id
securae upload database-dump.tar.gz --backup-id=abcd1234-ab12-ab12-ab12-abcdef123456
# upload a file using an environment variable
export SECURAE_BACKUP_ID=abcd1234-ab12-ab12-ab12-abcdef123456
securae upload 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 upload
Options inherited from parent commands
--config string config file (default is $HOME/.config/securae.yaml)
SEE ALSO
- securae - Securae Backup CLI