mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta netapp volumes restore-backup-files
|
||||
(VOLUME : --location=LOCATION) --file-list=FILE_LIST,[FILE_LIST,...]
|
||||
--restore-destination-path=RESTORE_DESTINATION_PATH
|
||||
(--backup=BACKUP : --backup_vault=BACKUP_VAULT) [--async]
|
||||
[--restore-destination-path=RESTORE_DESTINATION_PATH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -59,9 +59,6 @@ REQUIRED FLAGS
|
|||
List of files to be restored in the form of their absolute path as in
|
||||
source volume.
|
||||
|
||||
--restore-destination-path=RESTORE_DESTINATION_PATH
|
||||
Name of the absolute directory path in the destination volume..
|
||||
|
||||
Backup resource - The Backup from which files are restored back to the
|
||||
Volume. The arguments in this group can be used to specify the attributes
|
||||
of this resource. (NOTE) Some attributes are not given arguments in this
|
||||
|
|
@ -103,6 +100,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--restore-destination-path=RESTORE_DESTINATION_PATH
|
||||
Name of the absolute directory path in the destination volume..
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -112,8 +112,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud netapp volumes restore-backup-files
|
||||
|
||||
$ gcloud alpha netapp volumes restore-backup-files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue