runs-on/runs-on/snapshot
GitHub Action for snapshotting directories on self-hosted runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the directory to snapshot. Must be an absolute path. | yes | — |
| version | Version of the snapshot to use | no | v1 |
| volume_type | Type of volume to use for the snapshot. | no | gp3 |
| volume_iops | IOPS to use for the volume. | no | 3000 |
| volume_throughput | Throughput to use for the volume. | no | 750 |
| volume_size | Size (in GiB) of the volume to use for the snapshot. | no | 40 |
| volume_initialization_rate | Initialization rate to use for the volume. Useful for very large volumes. 100 MB/s - 200 MB/s: $0.00240/GB, 201 MB/s - 300 MB/s $0.00360/GB | no | 0 |
| wait_for_completion | Wait for snapshot completion before exiting. Note that the first snapshot will always be waited for. | no | false |
| save | Save the volume in the post step. When false, the volume is not saved. | no | true |
Outputs
no outputs