View source: R/fsx_operations.R
fsx_create_backup | R Documentation |
Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system. We recommend creating regular backups so that you can restore a file system or volume from a backup if an issue arises with the original file system or volume.
See https://www.paws-r-sdk.com/docs/fsx_create_backup/ for full documentation.
fsx_create_backup(
FileSystemId = NULL,
ClientRequestToken = NULL,
Tags = NULL,
VolumeId = NULL
)
FileSystemId |
The ID of the file system to back up. |
ClientRequestToken |
(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. |
Tags |
(Optional) The tags to apply to the backup at backup creation. The key
value of the |
VolumeId |
(Optional) The ID of the FSx for ONTAP volume to back up. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.