SolidFire and HCI

Start-SFVolumeRestore - S3 backup - no Manifest option

RenaudTouillet
4,526 Views

Hello,

 

I'm trying to script backup and restore of SF Volumes to/from S3 storage.

 

Backup is fine.

 

But restore command (Start-SFVolumeRestore) seems to be not complete. On the Web interface we can specify the Manifest Path to select the restore source. But with the PS command, there's no "-manifest" option. How can we specify the manifest path then?

 

I'm using SF PS 1.5.0.119

 

Many thanks.

 

Renaud

1 ACCEPTED SOLUTION

elementx
4,470 Views
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups

 

New issue has been created in the SF PowerShell repo:

https://github.com/solidfire/PowerShell/issues/51

View solution in original post

3 REPLIES 3

elementx
4,471 Views
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups

 

New issue has been created in the SF PowerShell repo:

https://github.com/solidfire/PowerShell/issues/51

RenaudTouillet
4,377 Views

Hello Elementx,

 

This is not correct. -Bucket does exist! This is the -Manifest whitch doesn't exist.

 

Thanks.

 

Renaud

 

 

elementx
1,670 Views

The entire process of SolidFire Backup to and Restore from S3, is described here:

 

https://scaleoutsean.github.io/2021/04/21/solidfire-backup-to-s3.html#restore-using-the-api-or-powershell

 

It includes API and PowerShell examples. Tested with SolidFire 12.2, StorageGRID 11.4.

Public