---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/recipes/backup-collections.md?version=main
  - https://ydb.tech/docs/ru/recipes/backup-collections.md?version=main
sourcePath: en/core/recipes/backup-collections/index.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# Backup Collection Recipes

Step-by-step guides for common backup collection scenarios.

## Getting Started

- [Creating Your First Backup Collection](https://ydb.tech/docs/en/recipes/backup-collections/getting-started.md?version=main) - Create a collection, take backups, and monitor operations

## Environment Configuration

- [Setting Up Backups for Multiple Environments](https://ydb.tech/docs/en/recipes/backup-collections/multi-environment-setup.md?version=main) - Configure backups for development and production
- [Backup Strategy for Microservices](https://ydb.tech/docs/en/recipes/backup-collections/microservices-backup-strategy.md?version=main) - Organize backups by service boundaries

## External Storage

- [Exporting Backups to External Storage](https://ydb.tech/docs/en/recipes/backup-collections/exporting-to-external-storage.md?version=main) - Export to S3 or filesystem for disaster recovery
- [Importing and Restoring Backups](https://ydb.tech/docs/en/recipes/backup-collections/importing-and-restoring.md?version=main) - Restore from external storage

## Maintenance

- [Backup Maintenance and Cleanup](https://ydb.tech/docs/en/recipes/backup-collections/maintenance-and-cleanup.md?version=main) - Manage backup lifecycle and storage
- [Validating and Testing Backups](https://ydb.tech/docs/en/recipes/backup-collections/validation-and-testing.md?version=main) - Verify backup integrity

## See also

- [Backup collections](https://ydb.tech/docs/en/concepts/datamodel/backup-collection.md?version=main)
- [Backup and recovery guide](https://ydb.tech/docs/en/devops/backup-and-recovery.md?version=main)
- [CREATE BACKUP COLLECTION](https://ydb.tech/docs/en/yql/reference/syntax/create-backup-collection.md?version=main)
- [BACKUP](https://ydb.tech/docs/en/yql/reference/syntax/backup.md?version=main)
- [RESTORE](https://ydb.tech/docs/en/yql/reference/syntax/restore-backup-collection.md?version=main)
- [DROP BACKUP COLLECTION](https://ydb.tech/docs/en/yql/reference/syntax/drop-backup-collection.md?version=main)
