On 2010-05-11, Jarry <mr.ja...@gmail.com> wrote:
> Hi,
> my small mysql-database is archived every couple of hours, but
> all those backups (~5MB each) are still on the server, which
> I do not consider secure. I would like to have them sent to me
> per email.
>
> What I am looking for is some command-line mailer, which could
> be used in script-mode, and able to send attachements. Any ideas?


echo "Here's the backup..." | mutt -s "Mysql backup" -a filename.whatever 
usern...@whereever.com


-- 
Grant Edwards               grant.b.edwards        Yow! I'm GLAD I
                                  at               remembered to XEROX all
                              gmail.com            my UNDERSHIRTS!!


Reply via email to