Sign inSign up

flungo/imap-backup

By flungo

Updated about 9 years ago

imap-backup: a tool for backing up IMAP email accounts

Image
1

10K+

flungo/imap-backup repository overview

imap-backup

Docker container for imap-backup. By default the configurations and backups will be stored in the /root/.imap-backup directory and so this should be persisted using volumes.

Usage

This section will outline basic usage of the container, assuming that /srv/imap-backup will be used on the host for persistence.

Setup

The setup utility can be run using:

docker run --rm -it -v /srv/imap-backup:/root/.imap-backup flungo/imap-backup setup
Backup

To run a backup (assuming setup has been completed), the following command can be used:

docker run --rm -v /srv/imap-backup:/root/.imap-backup flungo/imap-backup

Tag summary

Content type

Image

Digest

Size

27.8 MB

Last updated

about 9 years ago

docker pull flungo/imap-backup