---
title: FSx Backup
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > FSx Backup
---

# FSx Backup

FSx Backup in AWS represents a backup of an Amazon FSx file system. It provides a point-in-time copy of the file system's data, which can be used for data protection, recovery, or creating new file systems from existing data. Backups are stored in Amazon FSx and can be automated or created on demand.

```
aws.fsx_backup
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Description |
| --------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                  | core | string     |
| account_id            | core | string     |
| backup_id             | core | string     | The ID of the backup.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| creation_time         | core | timestamp  | The time when a particular backup was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| directory_information | core | json       | The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.                                                                                                                                                                                                                                                                                                                                                                                                            |
| failure_details       | core | json       | Details explaining any failures that occurred when creating a backup.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| file_system           | core | json       | The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| kms_key_id            | core | string     | The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| lifecycle             | core | string     | The lifecycle status of the backup. AVAILABLE - The backup is fully available. PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup. CREATING - Amazon FSx is creating the backup. TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3. COPYING - Amazon FSx is copying the backup. DELETED - Amazon FSx deleted the backup and it's no longer available. FAILED - Amazon FSx couldn't finish the backup. |
| owner_id              | core | string     | An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.                                                                                                                                                                                                                                                                                                                                                                                                      |
| progress_percent      | core | int64      | Displays the current percent of progress of an asynchronous task.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| resource_arn          | core | string     | The Amazon Resource Name (ARN) for the backup resource.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| resource_type         | core | string     | Specifies the resource type that's backed up.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| source_backup_id      | core | string     | The ID of the source backup. Specifies the backup that you are copying.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| source_backup_region  | core | string     | The source Region of the backup. Specifies the Region from where this backup is copied.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| tags                  | core | hstore_csv |
| type                  | core | string     | The type of the file-system backup.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| volume                | core | json       | Describes an Amazon FSx volume.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
