docs/content/v2.20/manage/backup-restore/_index.md
Backup and restoration is the process of creating and storing copies of your data for protection against data loss. With a proper backup strategy, you can always restore your data to a most-recent known working state and minimize application downtime. This in turn guarantees business and application continuity.
Unlike traditional single-instance databases, YugabyteDB is designed for fault tolerance. By maintaining at least three copies of your data across multiple data regions or multiple clouds, it makes sure no losses occur if a single node or single data region becomes unavailable. Thus, with YugabyteDB, you would mainly use backups to:
<div class="title">Export and import</div>
</div>
<div class="body">
Export and import data using SQL or CQL scripts.
</div>
</a>
<div class="title">Distributed snapshots</div>
</div>
<div class="body">
Back up and restore data using distributed snapshots.
</div>
</a>
<div class="title">Point-in-time recovery</div>
</div>
<div class="body">
Restore data to a particular point in time.
</div>
</a>