Skip to content

vip backup

Generate a backup of an environment.

Usage

vip backup [options]

Options

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

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 07, 2026