Monday 9 March 2009

Automated mailbackup with Mailbfr

After messing around with cron (which does not work!) and launchd I found a very simpel solution to automatically run mailbfr -b.

I made a new script:
sudo nano /etc/periodic/daily/710.mailbfr

Added this:
#!/bin/sh
mailbfr -b /Volumes/Backups -mo full

Seems to work!