mailinabox/management
Joshua Tauberer 5490142df5 re-do the backup script to use the duplicity program
Duplicity will manage the process of creating incremental backups for us.
Although duplicity can both encrypt & copy files to a remote host, I really
don't like PGP and so I don't want to use that.

Instead, we'll back up to a local directory unencrypted, then manually
encrypt the full & incremental backup files. Synchronizing the encrypted
backup directory to a remote host is a TODO.
2014-06-09 09:34:52 -04:00
..
templates move management into a daemon service running as root 2014-06-03 13:56:40 +00:00
backup.py re-do the backup script to use the duplicity program 2014-06-09 09:34:52 -04:00
daemon.py management: shell out external programs in a more secure way 2014-06-09 08:09:45 -04:00
dns_update.py Support dual-stack IPv4/IPv6 mail servers 2014-06-08 18:32:52 -04:00
mailconfig.py management: shell out external programs in a more secure way 2014-06-09 08:09:45 -04:00
utils.py management: shell out external programs in a more secure way 2014-06-09 08:09:45 -04:00