Displaying 2 results from an estimated 2 matches for "conditionpathisdirectory".
2020 May 30
1
Current thinking on backups ?
...of dovecot procedures, I find mbsync to work extremely well. It
was easy enough to set up a systemd timer and service to pull the mail
down.
mysync.timer
============
# Run the mbsync process to sync mail down to local mediabox
[Unit]
Description=mbsync timer
ConditionPathExists=%h/.mbsyncrc
ConditionPathIsDirectory=/stuff/Backups/Mailsystems/mbsync-backups
[Timer]
OnBootSec=15m
OnCalendar=hourly
Persistent=true
[Install]
WantedBy=timers.target
mysync.service
==============
# mbsync service
[Unit]
Description=mbsync backup from mailsystems
ConditionPathExists=%h/.mbsyncrc
ConditionPathIsDirectory=/stuff/B...
2020 May 24
3
Current thinking on backups ?
Hi,
What are people doing for backups ?
My current process is LVM snapshot and backup from that to NFS share.
But there seems to be hints around the internet that people use/abuse "doveadm backup" for backup purposes even though it seems its original intention was for transferring mailboxes between dovecot instances.
Assuming its ok to "doveadm backup" to an NFS share, is it