SolidFire and HCI
SolidFire and HCI
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
Solved! See The Solution
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups
New issue has been created in the SF PowerShell repo:
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups
New issue has been created in the SF PowerShell repo:
Hello Elementx,
This is not correct. -Bucket does exist! This is the -Manifest whitch doesn't exist.
Thanks.
Renaud
The entire process of SolidFire Backup to and Restore from S3, is described here:
It includes API and PowerShell examples. Tested with SolidFire 12.2, StorageGRID 11.4.