mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -31,7 +31,7 @@ SYNOPSIS
|
|||
[--snap-reserve=SNAP_RESERVE]
|
||||
[--snapshot-daily=[hour=HOUR],
|
||||
[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--snapshot-directory=SNAPSHOT_DIRECTORY; default="true"]
|
||||
[--snapshot-directory=SNAPSHOT_DIRECTORY]
|
||||
[--snapshot-hourly=[minute=MINUTE],
|
||||
[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--snapshot-monthly=[day=DAY],
|
||||
|
|
@ -231,7 +231,7 @@ OPTIONAL FLAGS
|
|||
--snapshot-daily=[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]
|
||||
Make a snapshot every day e.g. at 06:00, 05:20, 23:50
|
||||
|
||||
--snapshot-directory=SNAPSHOT_DIRECTORY; default="true"
|
||||
--snapshot-directory=SNAPSHOT_DIRECTORY
|
||||
Snapshot Directory if enabled (true) makes the Volume contain a
|
||||
read-only .snapshot directory which provides access to each of the
|
||||
volume's snapshots
|
||||
|
|
|
|||
|
|
@ -115,5 +115,7 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta netapp volumes restore-backup-files
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ SYNOPSIS
|
|||
[--snap-reserve=SNAP_RESERVE]
|
||||
[--snapshot-daily=[hour=HOUR],
|
||||
[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--snapshot-directory=SNAPSHOT_DIRECTORY; default="true"]
|
||||
[--snapshot-directory=SNAPSHOT_DIRECTORY]
|
||||
[--snapshot-hourly=[minute=MINUTE],
|
||||
[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--snapshot-monthly=[day=DAY],
|
||||
|
|
@ -140,7 +140,7 @@ FLAGS
|
|||
--snapshot-daily=[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]
|
||||
Make a snapshot every day e.g. at 06:00, 05:20, 23:50
|
||||
|
||||
--snapshot-directory=SNAPSHOT_DIRECTORY; default="true"
|
||||
--snapshot-directory=SNAPSHOT_DIRECTORY
|
||||
Snapshot Directory if enabled (true) makes the Volume contain a
|
||||
read-only .snapshot directory which provides access to each of the
|
||||
volume's snapshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue