File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,21 @@ Snapshots (only the ones created by the service) are deleted when they become ol
5
5
6
6
## Usage
7
7
```
8
- -interval_secs int
8
+ Usage of /gcp-disk-snapshotter:
9
+ -interval_secs int
9
10
Interval between snapshots in seconds. Defaults to 43200s = 12h (default 43200)
10
11
-labels string
11
12
(Required) Comma separated list of disk labels in format <name>:<value>
13
+ -log_level string
14
+ Log Level, defaults to INFO (default "info")
12
15
-project string
13
16
(Required) GCP Project to use
14
17
-retention_hours int
15
18
Retention Duration in hours. Defaults to 720h = 1 month (default 720)
16
19
-snap_prefix string
17
20
Prefix for created snapshots
21
+ -watch_interval int
22
+ Interval between watch cycles in seconds. Defaults to 60s (default 60)
18
23
-zones string
19
24
(Required) Comma separated list of zones where projects disks may live
20
25
```
You can’t perform that action at this time.
0 commit comments