Skip to content

vip backup

Generate a backup of an environment.

Usage

vip backup [options] [command]

Options

OptionDescription
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

Examples

- Generate a new database backup of an environment.
$ vip @example-app.develop backup db

Generating a new database backup... ✓ Preparing for backup generation ✓ Generating backup New database backup created

Subcommands

NameDescription
db Generate a new database backup of an environment.

Last updated: July 11, 2024