imap-backup icon indicating copy to clipboard operation
imap-backup copied to clipboard

Single Backup with relying on configuration file

Open martinpichlo opened this issue 1 year ago • 1 comments

Hi,

is it possible, to create a backup just for a single account within configuration?

I found "imap-backup single backup ...", but it ignores the configuration.

I'm looking for a command like "imap-backup backup EMAIL" or "imap-backup single backup EMAIL", which reads the configuration.

martinpichlo avatar Jun 10 '24 09:06 martinpichlo

Hi @martinpichlo

You can use the --accounts parameter to the backup command.

I.e.

imap-backup backup [email protected]

Check out the full help for the command like this

imap-backup help backup

joeyates avatar Aug 29 '24 12:08 joeyates