Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 2.68 KB

Get-SFPartitionBackupList.md

File metadata and controls

38 lines (18 loc) · 2.68 KB

Get-SFPartitionBackupList

Gets the list of backups available for the specified partition.

Description

Returns a list of backups available for the specified partition. The server enumerates all the backups available in the backup store configured in the backup policy. It also allows filtering of the result based on start and end datetime or just fetching the latest available backup for the partition.

Optional Parameters

-ServerTimeout

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.

-Latest

Specifies whether to get only the most recent backup available for a partition for the specified time range.

-StartDateTimeFilter

Specify the start date time from which to enumerate backups, in datetime format. The date time must be specified in ISO8601 format. This is an optional parameter. If not specified, all backups from the beginning are enumerated.

-EndDateTimeFilter

Specify the end date time till which to enumerate backups, in datetime format. The date time must be specified in ISO8601 format. This is an optional parameter. If not specified, enumeration is done till the most recent backup.