2017-05-05 05:24:04 +00:00
---
layout: "docs"
page_title: "Consul Enterprise Automated Backups"
sidebar_current: "docs-enterprise-backups"
description: |-
2018-09-11 15:32:31 +00:00
Consul Enterprise provides a highly available service that manages taking snapshots, rotation and sending backup files offsite to Amazon S3 (or another S3-compatible endpoint).
2017-05-05 05:24:04 +00:00
---
# Consul Enterprise Automated Backups
Consul's core snapshot functionality allows operators to save and restore the state of
the Consul servers for disaster recovery. Snapshots are atomic and
2017-05-06 20:26:30 +00:00
point-in-time, and include key/value entries, service catalog, prepared
2017-05-05 05:24:04 +00:00
queries, sessions, and ACLs.
[Consul Enterprise ](https://www.hashicorp.com/consul.html ) provides a [highly
2017-05-06 20:26:30 +00:00
available service](/docs/commands/snapshot/agent.html) that
2017-05-05 05:24:04 +00:00
integrates with the snapshot API to automatically manage taking snapshots,
2018-09-11 15:32:31 +00:00
perform rotation and send backup files offsite to Amazon S3 (or another S3-compatible endpoint).