• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Cron job to e-mail database - is it possible
PostPosted: Mon Dec 06, 2010 5:07 pm 
Offline
Forum Members
Forum Members

Joined: Fri May 22, 2009 1:55 pm
Posts: 30
I got my cron job set to backup the database on a weekly basis (using Webmin).  What I'd like to do is to set a cron job to grab the file and then e-mail it out.  Is it possible?
Thanks much!


Top
 Profile  
 
 Post subject: Re: Cron job to e-mail database - is it possible
PostPosted: Mon Dec 06, 2010 5:19 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Dec 23, 2008 8:39 pm
Posts: 1316
If your hosting account is Linux, and you have access to uuencode, you can do the following in your cron entry:

uuencode /path/to/my-backup.sql backup.sql | mail -s "Backup" eurocms@your-domain.com

Your email applicatation will see the encoded information and show it to you as an attachment.

http://www.shelldorado.com/articles/mai ... ments.html

_________________
http://facebook.com/wishbonef1
http://youtube.com/wishbonef1


Last edited by Wishbone on Tue Dec 07, 2010 12:51 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Cron job to e-mail database - is it possible
PostPosted: Mon Dec 06, 2010 5:25 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Dec 23, 2008 8:39 pm
Posts: 1316
uuencode output is quite a bit larger than the actual file. To send the actual file as a MIME attachment, you can use 'mutt' if you have that installed

mutt -s "Backup" -a /path/to/my-backup.sql eurocms@your-domain.com < /dev/null

_________________
http://facebook.com/wishbonef1
http://youtube.com/wishbonef1


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting