# BACKUP

```json metadata
{
  "title": "BACKUP",
  "description": "A container for backup management commands.",
  "categories": ["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],
  "syntax_fmt": "BACKUP",
  "complexity": "Depends on subcommand.",
  "group": "server",
  "acl_categories": ["@slow"],
  "since": "8.10.0",
  "arity": 2,
  "tableOfContents": {"sections":[]}

,
  "codeExamples": []
}
```This is a container command for backup management commands.

To see the list of available commands you can call [`BACKUP HELP`](https://redis.io/docs/latest/commands/backup-help).

For a conceptual overview of how the `BACKUP` command family creates online backups, see [Redis persistence](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence#online-backups-with-the-backup-command-family).

