{"id":15304752,"url":"https://github.com/kriskbx/docker-imap-backup","last_synced_at":"2025-04-15T00:31:32.857Z","repository":{"id":43776144,"uuid":"260424474","full_name":"kriskbx/docker-imap-backup","owner":"kriskbx","description":"📩 Simple Docker image that runs imap-backup with crontab","archived":false,"fork":false,"pushed_at":"2023-01-14T15:05:38.000Z","size":8,"stargazers_count":14,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T11:09:22.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kriskbx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-01T09:42:56.000Z","updated_at":"2024-11-28T16:51:28.000Z","dependencies_parsed_at":"2023-02-09T19:45:59.512Z","dependency_job_id":null,"html_url":"https://github.com/kriskbx/docker-imap-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriskbx%2Fdocker-imap-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriskbx%2Fdocker-imap-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriskbx%2Fdocker-imap-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriskbx%2Fdocker-imap-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kriskbx","download_url":"https://codeload.github.com/kriskbx/docker-imap-backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984279,"owners_count":21193717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T07:57:39.427Z","updated_at":"2025-04-15T00:31:32.603Z","avatar_url":"https://github.com/kriskbx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker imap backup \n\n\u003e Simple Docker image that runs imap-backup with crontab.\n\n## How to use\n\nCheckout the documentation at [joeyates/imap-backup](https://github.com/joeyates/imap-backup#configuration-file) and create a config.json configuration file.\n\nPass the configuration into the container via a environment variable:\n\n```bash\ndocker run \\\n    -e 'CONFIG={\"accounts\":[]}' \\\n    kriskbx/docker-imap-backup\n```\n\n… or via volume (might only work on linux because file systems and permissions 🤷):\n\n```bash\ndocker run \\\n    -v /host/path/to/config.json:/root/.imap-backup/config.json:ro \\\n    kriskbx/docker-imap-backup\n```\n\nMake sure you mount the directories your emails will be backuped to as volumes as well.\n\nIf you want to change the default hourly interval, pass an environment variable:\n\n```bash\ndocker run \\\n    -e 'SCHEDULE=* * * * *' \\\n    kriskbx/docker-imap-backup\n```\n\nIf you want to schedule the job from your host/orchestrator, set the command to use the backup script:\n\n```bash\ndocker run kriskbx/docker-imap-backup /usr/local/bin/imap-backup.sh\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriskbx%2Fdocker-imap-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkriskbx%2Fdocker-imap-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriskbx%2Fdocker-imap-backup/lists"}