Skip to content

Commit 0066348

Browse files
author
Foivos Filippopoulos
committed
Update Readme file
1 parent 3ec6c98 commit 0066348

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ Snapshots (only the ones created by the service) are deleted when they become ol
55

66
## Usage
77
```
8-
-interval_secs int
8+
Usage of /gcp-disk-snapshotter:
9+
-interval_secs int
910
Interval between snapshots in seconds. Defaults to 43200s = 12h (default 43200)
1011
-labels string
1112
(Required) Comma separated list of disk labels in format <name>:<value>
13+
-log_level string
14+
Log Level, defaults to INFO (default "info")
1215
-project string
1316
(Required) GCP Project to use
1417
-retention_hours int
1518
Retention Duration in hours. Defaults to 720h = 1 month (default 720)
1619
-snap_prefix string
1720
Prefix for created snapshots
21+
-watch_interval int
22+
Interval between watch cycles in seconds. Defaults to 60s (default 60)
1823
-zones string
1924
(Required) Comma separated list of zones where projects disks may live
2025
```

0 commit comments

Comments
 (0)