<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How should I backup my users mail in ubuntu?</title>
	<atom:link href="http://krizzna.web.id/2010/03/how-should-i-backup-my-users-mail-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://krizzna.web.id/2010/03/how-should-i-backup-my-users-mail-in-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-should-i-backup-my-users-mail-in-ubuntu</link>
	<description>my personal weblogs, tips and trick, network fundamental, information technology, web programming, desktop programming and many more can found here</description>
	<lastBuildDate>Mon, 14 May 2012 21:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: edman274</title>
		<link>http://krizzna.web.id/2010/03/how-should-i-backup-my-users-mail-in-ubuntu/#comment-962</link>
		<dc:creator>edman274</dc:creator>
		<pubDate>Sat, 06 Mar 2010 17:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://krizzna.web.id/linux/how-should-i-backup-my-users-mail-in-ubuntu/#comment-962</guid>
		<description>Set up a cron script to copy everything in /var/mail to an external drive (be it tape, internal drive or portable drive), and set it up to do this daily.  

Webmin makes this pretty easy. You do sudo apt-get install webmin and then to get to it you go to https://server:10000 where server is the IP or hostname of whichever server it is you&#039;re managing. From there, you would&#039;ve entered in your username and address and then you&#039;d navigate to the left hand pane and chosen &quot;System - Scheduled cron Jobs&quot;. Choose &quot;Create a new cron job&quot; and run through the steps. The actual command for copying the mail would be something like

cp -r /var/mail/ /dev/sdx1

where sdx1 is whichever drive you&#039;re copying the mail into. You could copy it into an NFS drive, but that&#039;s beyond the scope of this answer.</description>
		<content:encoded><![CDATA[<p>Set up a cron script to copy everything in /var/mail to an external drive (be it tape, internal drive or portable drive), and set it up to do this daily.  </p>
<p>Webmin makes this pretty easy. You do sudo apt-get install webmin and then to get to it you go to <a href="https://server:10000" rel="nofollow">https://server:10000</a> where server is the IP or hostname of whichever server it is you&#8217;re managing. From there, you would&#8217;ve entered in your username and address and then you&#8217;d navigate to the left hand pane and chosen &#8220;System &#8211; Scheduled cron Jobs&#8221;. Choose &#8220;Create a new cron job&#8221; and run through the steps. The actual command for copying the mail would be something like</p>
<p>cp -r /var/mail/ /dev/sdx1</p>
<p>where sdx1 is whichever drive you&#8217;re copying the mail into. You could copy it into an NFS drive, but that&#8217;s beyond the scope of this answer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.971 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-23 07:34:25 -->

