# Managing Backups

Learn how to configure and manage your backups across all supported platforms.

## Backup Features

* [Automated Daily Backups](/managing-backups/automated-daily-backups.md) - Set up automatic scheduled backups
* [On-Demand Manual Backups](/managing-backups/one-click-manual-backups.md) - Trigger backups on demand
* [Setting Backup Schedules](/managing-backups/setting-backup-schedules.md) - Customize backup frequency

### Platform-Specific Backup Contents

* [GitHub Backup Contents](/github/backup-contents.md) - What's included in GitHub backups
* [Azure DevOps Backup Contents](/azure-devops/backup-contents.md) - What's included in Azure DevOps backups
* [GitLab Backup Contents](/gitlab/backup-contents.md) - What's included in GitLab backups
* [Linear Backup Contents](/linear/backup-contents.md) - What's included in Linear backups

## Storage & Retention

* [Manage Backup Storage](/managing-backups/manage-backup-storage.md) - Configure where backups are stored
* [Backup Retention Policy](/managing-backups/backup-retention-policy.md) - Control how long backups are kept
* [Data Deduplication](/managing-backups/data-deduplication.md) - Optimize storage usage

## Security & Configuration

* [Password-Protected Archives](/security-and-compliance/password-protected-archives.md) - Encrypt your backup archives
* [Account Settings](/managing-backups/account-settings.md) - Organization and account configuration
* [Bulk Operations](/managing-backups/bulk-operations.md) - Manage multiple repositories at once
* [Archive Name Pattern](/managing-backups/archive-name-pattern.md) - Customize backup file names

## Notifications

* [Email Notifications](/managing-backups/email-notifications.md) - Get notified about backup status
* [Instant Notifications](/managing-backups/instant-notifications.md) - Real-time alerts


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudback.it/managing-backups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
