Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit dc2877d

Browse files
author
Nils K
committed
snapshot debian example
1 parent 3fbdf23 commit dc2877d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

04_debian/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ You will then save the [disk cost](https://cloud.google.com/compute/all-pricing#
5252
* Regional snapshot storage $0.029 per GB in `europe-north1` (Finland)
5353
* Multi-regional snapshot storage $0.0286 per GB in `eu` (European Union) [DEFAULT]
5454

55+
Example:
56+
57+
```shell
58+
# Create snapshot
59+
bash 30_create_snapshot_debian.sh
60+
# Delete SA, Disk and VM
61+
bash 99_delete_debian.sh
62+
# Later, create new VM from snapshot
63+
bash 31_create_from_snapshot_debian.sh
64+
# Delete all snapshots
65+
bash 39_delete_snapshots_debian.sh
66+
```
67+
5568
## OS
5669

5770
Become root:

0 commit comments

Comments
 (0)