Skip to content

cmsj/imap-backup

 
 

Repository files navigation

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.

This repo is forked from flungo's version, which hasn't been updated since 2017. The changes are that I have simplified the entrypoint.sh to remove the debug mode and ability to run other commands, but more importantly, the container image is automatically updated by GitHub Workflows any time there is a new release of imap-backup to RubyGems.

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Dockerfile 78.4%
  • Shell 21.6%