Sign inSign up

narf/gmvault

By narf

Updated almost 11 years ago

Image
0

668

narf/gmvault repository overview

narf/gmvault

This is a Docker image for running gmvault

example command
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:

  • set the DB_DIR environment variable to /mnt/gmvault
  • mount the /tmp/backup dir on the host on /mnt/gmvault in the container

your 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.

Tag summary

Content type

Image

Digest

sha256:c5398c298

Size

165.1 MB

Last updated

almost 11 years ago

docker pull narf/gmvault