actalog/@actalog/download-docker-volumes

Download docker volumes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 2, 2025
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: actalog/download-docker-volumes@a3b7f4b51617e7c55020b7a957d2a005b0af9b2f # v1.1.o

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostSSH server hostyes
usernameSSH usernameyes
passwordSSH passwordyes
portSSH portno22
volumes-pathDocker volumes directory pathno/var/lib/docker/volumes
artifact-retention-daysNumber of days to retain the artifact (only applicable when upload-mode is `artifact`)no7
backup-passwordPassword to protect the backup fileyes
upload-modeUpload mode: "artifact" to upload as GitHub artifact, "local" to save on the runnernoartifact
local-pathLocal path to save the backup file when upload-mode is "local"no/tmp/docker-volumes-backup.zip
namedescription
backup-pathBackup file path: in "artifact" mode, the local filename ("docker-volumes-backup.zip"); in "local" mode, the full local path.