This is a Docker image for running gmvault
docker run
\ -e "DB_DIR=/mnt/gmvault"
\ -v /tmp/backup:/mnt/gmvault
\ -i -t narf/gmvault
\ sync [email protected]
What the above says is this:
DB_DIR environment variable to /mnt/gmvault/tmp/backup dir on the host on /mnt/gmvault in the containeryour email backup will be in /tmp/backup on your local machine
any options passed at the end of the docker run command will be passed on to
gmvault.
Content type
Image
Digest
sha256:c5398c298…
Size
165.1 MB
Last updated
almost 11 years ago
docker pull narf/gmvault