# Commands

# backup:list

Lists all available backups.

./flow backup:list

# Options

--offset
The index where this command should start listing

--limit
The number of backups to show

# backup:create

Creates a single backup.

./flow backup:create 

# backup:restore

Restores a single backup by name.

./flow backup:restore <name>

# Options

--no-confirm
If this flag is set, you don't have to confirm this action by pressing Y + Return.

# backup:delete

Deletes a single backup by name.

./flow backup:delete <name>

# Options

--no-confirm
If this flag is set, you don't have to confirm this action by pressing Y + Return.

# backup:prune

Deletes all current backups.

./flow backup:prune

# Options

--no-confirm
If this flag is set, you don't have to confirm this action by pressing Y + Return.

--keep x
Keeps the latest x backups