Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Start-SFVolumeRestore - S3 backup - no Manifest option
2018-02-01
04:00 AM
5,310 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
elementx has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups
New issue has been created in the SF PowerShell repo:
3 REPLIES 3
elementx has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Start-SFVolumeRestore -VolumeID $ID -RestoreFrom S3 ... -Bucket backups
New issue has been created in the SF PowerShell repo:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Elementx,
This is not correct. -Bucket does exist! This is the -Manifest whitch doesn't exist.
Thanks.
Renaud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
