Create a volume backup
This command helps you create a backup of a specific volume. Very use ful when you don't want your backups to include other components that you don't intend on restoring later.
Usage
skpr volume backup create stg private
Creating new volume backup
stg-8slgf
More information
skpr volume backup create --help
usage: skpr volume backup create [<flags>] [<environment>] [<volume-name>]
Create an volume backup on demand
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-w, --wait Wait for volume backup to complete
Args:
[<environment>] Environment to backup volume from
[<volume-name>] Volume to backup from the environment
Volume Name (<volume-name>
)
Argument <volume-name>
refers to the name of the volume that needs to be backed up.
There are three types of volumes: * Public * Private * Temp
The only ones that you can backup are public
and private
.
What's next?
After creating a backup, consider one of the following: