Right. I've been dicking around with mutt and kept running into maximum attachment issues.
The fool would edit his config. I fixed the attachment.
Here's the command I'm firing off:
Code:
rm sites.7z &&
7z a -t7z -m0=lzma -mx=9 -xr@ex sites.7z /websites &&
echo | mutt -a sites.7z -s "VPS Backup" me@email-address.com
And I've got a file called ex that ignores things I couldn't care less about losing (for fairly obvious reasons):
Code:
.bzr
.svn
.git
*.pyc
amedia
logs
*.log
Using 7z over gzip made a 60% difference, getting the attachment well under the sendmail barrier.