actalog/@actalog/download-docker-volumes
Download docker volumes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 2, 2025
- License
- Public domain
Pinned Snippet
uses: actalog/download-docker-volumes@a3b7f4b51617e7c55020b7a957d2a005b0af9b2f # v1.1.otags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH server host | yes | — |
| username | SSH username | yes | — |
| password | SSH password | yes | — |
| port | SSH port | no | 22 |
| volumes-path | Docker volumes directory path | no | /var/lib/docker/volumes |
| artifact-retention-days | Number of days to retain the artifact (only applicable when upload-mode is `artifact`) | no | 7 |
| backup-password | Password to protect the backup file | yes | — |
| upload-mode | Upload mode: "artifact" to upload as GitHub artifact, "local" to save on the runner | no | artifact |
| local-path | Local path to save the backup file when upload-mode is "local" | no | /tmp/docker-volumes-backup.zip |
Outputs
| name | description |
|---|---|
| backup-path | Backup file path: in "artifact" mode, the local filename ("docker-volumes-backup.zip"); in "local" mode, the full local path. |