Displaying 2 results from an estimated 2 matches for "snap_mail".
Did you mean:
imap_mail
2020 Jun 05
3
Doveadm Backup issues
...ackup $DEST
where DEST is in "mail location" format (could also be "maildir:/path/to/Maildir")
and $MAILBOX is a dovecot (virtual) user.
My backup script does this:
USERS=$(cat /etc/dovecot/virtual_passwd | cut -d: -f1)
for MAILBOX in $USERS; do
DEST=mdbox:/encrypted/snap_mail/$MAILBOX/mdbox
dsync -v -u $MAILBOX backup $DEST
done
This runs periodically and does the local "backup".
Another server picks that up, also periodically, using rsync, which is the
real backup.
Cheers.
2020 Jun 02
2
Doveadm Backup issues
Hi,
I'm trying to use doveadm backup but I'm having a few issues.
When trying locally:
`doveadm backup -D -A maildir:/usr/local/backup`
It results that no mailbox is separated by user - all seems to sync on
the same folder, messing up with the folder structure of the original
maildir.
When trying remotely:
`doveadm backup -D -A -N ssh -i mykey root at myremotebackup.com:/backup