Giter VIP home page Giter VIP logo

Comments (5)

joeyates avatar joeyates commented on September 27, 2024 2

Hi @stefangries

You're right - single backup is missing this feature of the normal backup!

I'll add it to the TODO list

from imap-backup.

joeyates avatar joeyates commented on September 27, 2024 1

@stefangries You can create a config file and use that with Docker/Podman.

Something like this:

docker \
  run \
  --rm \
  -v /hostpath/data:/data \
  -v /hostpath/config:/config \
  ghcr.io/joeyates/imap-backup:latest \
  imap-backup backup \
  --config /config/my-config.json

First, you need to create /hostpath/config/my-config.json.

You can do that with Docker/Podman too:

docker \
  run \
  --rm \
  -ti \
  -v /hostpath/data:/data \
  -v /hostpath/config:/config \
  ghcr.io/joeyates/imap-backup:latest \
  imap-backup setup \
  --config /config/my-config.json

(Remember the -ti!)

from imap-backup.

stefangries avatar stefangries commented on September 27, 2024 1

Thank you! Is -ti really necessary? I'm using Synology Task Scheduler which has no tty and gives me the input device is not a TTY error when using -ti.

I now understood that this is only necessary for setup, but not for backup.

from imap-backup.

stefangries avatar stefangries commented on September 27, 2024

Thank you @joeyates very much for your super-fast reply and clarifying this! As the cli takes this argument, I thought this is already useable.

Is there a way to do IMAP to local MBOX backups with the current feature set where mirror is supported?

from imap-backup.

joeyates avatar joeyates commented on September 27, 2024

Fixed in v14.6.1

from imap-backup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.