Backup A Directory With Email
I wasn’t able to sleep, so I wrote this Perl script to backup a directory and mail yourself a copy. Change the variables in CAPS to suit your needs. It’s best to run this script as a cronjob.
Download a plaintext copy here.
Updated 5/8/2005: I’ve modified the code to use the File::Find library instead of a [...]