NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

SolidFire and HCI

Start-SFVolumeRestore - S3 backup - no Manifest option

RenaudTouillet
6,297 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
6,241 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
6,242 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
6,148 Views

Hello Elementx,

 

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

 

Thanks.

 

Renaud

 

 

elementx
3,441 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