Gentoo Archives: gentoo-user

From: Oli Schmidt <oli@×××××××××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] script for sending mail with attachement?
Date: Tue, 11 May 2010 19:40:00
Message-Id: bebe8d41bfa06efad78e8d2dafdc49d3@localhost
In Reply to: [gentoo-user] script for sending mail with attachement? by Jarry
1 On Tue, 11 May 2010 21:29:02 +0200, Jarry <mr.jarry@×××××.com> wrote:
2 > Hi,
3 > my small mysql-database is archived every couple of hours, but
4 > all those backups (~5MB each) are still on the server, which
5 > I do not consider secure. I would like to have them sent to me
6 > per email.
7 >
8 > What I am looking for is some command-line mailer, which could
9 > be used in script-mode, and able to send attachements. Any ideas?
10 >
11 > Jarry
12
13 --
14 There 3 good and simple ways to do .. :
15
16 - use biabam command line program (emerge it)
17 - sendemail.pl (google it)
18 - uuencode (uuencode somefile.zip | mailx -s "daily mail" some@××××.com)
19
20
21 Oli