fsx_create_backup: Creates a backup of an existing Amazon FSx for Windows File...

View source: R/fsx_operations.R

fsx_create_backupR 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

Description

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.

Usage

fsx_create_backup(
  FileSystemId = NULL,
  ClientRequestToken = NULL,
  Tags = NULL,
  VolumeId = NULL
)

Arguments

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 Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and you specify one or more tags using the create_backup operation, no existing file system tags are copied from the file system to the backup.

VolumeId

(Optional) The ID of the FSx for ONTAP volume to back up.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.