Changing the version, edit: erbu.cabal: version: 0.0.7 src/Erbu/Opts.hs: versionLine = "Version 0.0.7 2009-Mar-10 Dino Morelli " ----- Making new dirs for encrypted backups: # encfs --public /location-of-encrypted-roots/foo.enc /location-of-mount-points/foo # chgrp -R staff DIRS # chmod -R g+w DIRS NOTE: This installation info below is *incomplete* Installation: - Place a copy of this script somewhere important like /etc/bak/bak-nightly.hs - Modify the src, destPath, etc data to reflect your backup needs DON'T FORGET to turn off the --dry-run switch above once you think it's ready! - Put something like this in your root user's crontab: 30 02 * * * /etc/bak/bak-nightly.hs > /var/log/bak-nightly.log - Perhaps get logrotate involved to keep the log from getting out of control. A file like /etc/logrotate.d/bak containing: /var/log/bak-nightly.log { rotate 7 daily compress delaycompress missingok notifempty }