<?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 to auto backup using rsync</title>
	<atom:link href="http://www.crossnodes.net/forum/blog.php/?feed=rss2&#038;p=54" rel="self" type="application/rss+xml" />
	<link>http://www.crossnodes.net/forum/blog.php/?p=54</link>
	<description>It&#039;s all about helping and sharing ideas about iCafe business</description>
	<lastBuildDate>Tue, 01 Jun 2010 15:42:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">

	<title>CrossNodes | iCafeMinds &raquo; How to auto backup using rsync</title>

	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />	
	<meta name="generator" content="WordPress 3.0" /> <!-- leave this for stats please -->

	<link rel="stylesheet" href="http://www.crossnodes.net/wp-content/themes/crossnodes/style.css" type="text/css" media="screen" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.crossnodes.net/forum/blog.php/?feed=rss2" />
	<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.crossnodes.net/forum/blog.php/?feed=rss" />
	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.crossnodes.net/forum/blog.php/?feed=atom" />
	<link rel="pingback" href="http://www.crossnodes.net/xmlrpc.php" />

		<link rel='archives' title='October 2009' href='http://www.crossnodes.net/forum/blog.php/?m=200910' />
	<link rel='archives' title='September 2009' href='http://www.crossnodes.net/forum/blog.php/?m=200909' />
	<link rel='archives' title='August 2009' href='http://www.crossnodes.net/forum/blog.php/?m=200908' />
		<link rel="alternate" type="application/rss+xml" title="CrossNodes | iCafeMinds &raquo; How to auto backup using rsync Comments Feed" href="http://www.crossnodes.net/forum/blog.php/?feed=rss2&amp;p=54" />
<link rel='stylesheet' id='wp_dlmp_styles-css'  href='http://www.crossnodes.net/wp-content/plugins/download-monitor/page-addon/styles.css?ver=3.0' type='text/css' media='all' />
<script type='text/javascript' src='http://www.crossnodes.net/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://www.crossnodes.net/wp-content/plugins/wordpress-flickr-manager/js/jquery.lightbox.js?ver=3.0'></script>
<script type='text/javascript' src='http://www.crossnodes.net/wp-content/plugins/wordpress-flickr-manager/js/wfm-lightbox.php?ver=3.0'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.crossnodes.net/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.crossnodes.net/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='CrossNodes | iCafeMinds' href='http://www.crossnodes.net/forum/blog.php' />
<link rel='start' title='Welcome to CrossNodes' href='http://www.crossnodes.net/forum/blog.php/?p=19' />
<link rel='prev' title='What to consider in starting iCafe business' href='http://www.crossnodes.net/forum/blog.php/?p=49' />
<link rel='next' title='How to prevent DoS denial attacks' href='http://www.crossnodes.net/forum/blog.php/?p=59' />
<meta name="generator" content="WordPress 3.0" />
<link rel='canonical' href='http://www.crossnodes.net/forum/blog.php/?p=54' />
<link rel="stylesheet" href="http://www.crossnodes.net/wp-content/plugins/ajaxContact/acf_style.css" type="text/css" media="screen" />
<!-- WFM INSERT LIGHTBOX FILES -->
<link rel="stylesheet" href="http://www.crossnodes.net/wp-content/plugins/wordpress-flickr-manager/css/lightbox.css" type="text/css" />
<!-- WFM END INSERT -->

			
<script language="javascript">
	//<![CDATA[
	function insert_text(text, spaces, popup) {
		var tb = document.getElementById('comment');
		if (document.selection) { // IE
			tb.focus();
			sel = document.selection.createRange();
			sel.text = ' ' + text + ' ';
		} else if (tb.selectionStart || tb.selectionStart == 0) { //compliant browsers
			tb.value = tb.value.substring(0, tb.selectionStart) + ' ' + text + ' ' + tb.value.substring(tb.selectionEnd,tb.value.length);
		} else { //fallback
		 tb.value += ' ' + text + ' ';
		}
		return false;
	}

	function moreSmilies() {
		document.getElementById('wpu-smiley-more').style.display = 'inline';
		var toggle = document.getElementById('wpu-smiley-toggle');
		toggle.setAttribute("onclick", "return lessSmilies();");
		toggle.firstChild.nodeValue ="\u00AB\u00A0Less smilies"
		return false;
	}
    
	function lessSmilies() {
		document.getElementById('wpu-smiley-more').style.display = 'none';
		var toggle = document.getElementById('wpu-smiley-toggle');
		toggle.setAttribute("onclick", "return moreSmilies();");
		toggle.firstChild.nodeValue ="More smilies\u00A0\u00BB";
		return false;
	}
	// ]]>
</script>
	
</head>
<body>

<div id="bodywrap">
    <div id="container">
    
        <!-- main wrapper -->
        <div id="header">
          <h1><a href="http://www.crossnodes.net/forum/blog.php">CrossNodes | iCafeMinds</a></h1>
          <div id="navigation">
              <ul>
                <li class="page_item page-item-3"><a href="http://www.crossnodes.net/forum/blog.php/" title="Home">Home</a></li>
<li class="page_item page-item-2"><a href="http://www.crossnodes.net/forum/blog.php/?page_id=2" title="About Us">About Us</a></li>
<li class="page_item page-item-6 current_page_parent"><a href="http://www.crossnodes.net/forum/blog.php/?page_id=6" title="News">News</a></li>
<li class="page_item page-item-8"><a href="http://www.crossnodes.net/forum/blog.php/?page_id=8" title="Download">Download</a></li>
<li class="page_item page-item-11"><a href="http://www.crossnodes.net/forum/blog.php/?page_id=11" title="Contact Us">Contact Us</a></li>
<li class="page_item page-item-13"><a href="http://www.crossnodes.net/forum/blog.php/?page_id=13" title="Forum">Forum</a></li>
              </ul>
			                <form method="get" id="searchform" action="http://www.crossnodes.net/forum/blog.php/">
              <div id="searchbox">
                <div class="txta"><input type="text" value="" name="s" id="s" /></div>
                <input type="submit" id="searchsubmit" value="Search" /></span>
              </div>
              </form>
          </div>
        </div>      
       <!-- content -->
       <div id="content">
       
       		<div id="top"></div>
            <div id="mcontent">
            
            	<div id="post-wrapper">
				                                
                		<span class="post-h1"><a href="http://www.crossnodes.net/forum/blog.php/?p=54" rel="bookmark" title="Permanent Link to How to auto backup using rsync">How to auto backup using rsync</a></span>
                        <span class="post-date">September 1, 2009 @ 9:28 am &nbsp; <strong>Tags: &nbsp; </strong><a href="http://www.crossnodes.net/forum/blog.php/?tag=auto" rel="tag">auto</a>, <a href="http://www.crossnodes.net/forum/blog.php/?tag=backup" rel="tag">backup</a>, <a href="http://www.crossnodes.net/forum/blog.php/?tag=crontab" rel="tag">crontab</a>, <a href="http://www.crossnodes.net/forum/blog.php/?tag=rsync" rel="tag">rsync</a><br /></span>

						<div class="post-box">
							<p>This guide will auto backup folder within same machine using rsync and crontab. You must be login as sudo account or root.</p>
<p>Creating script</p>
<blockquote><p>vi /root/rsync.sh</p></blockquote>
<p>Copy paste this script. <em>Remember to change the source folder or target folder</em></p>
<blockquote><p>folder=`date +%Y_%m_%d`<br />
rsync -avH  /folder/to/backup /backup/$folder &gt;&gt; /var/log/rsync/acc</p></blockquote>
<p>Make script executable.</p>
<blockquote><p>chmod +x rsync.sh</p></blockquote>
<p>or</p>
<blockquote><p>chmod 755 rsync.sh</p></blockquote>
<p>Create the folder rsync in /var/log</p>
<blockquote><p>mkdir /var/log/rsync</p></blockquote>
<p>Now add this script to your crontab. (Check this <a title="Crontab" href="http://geekzine.org/2007/09/28/crontab/">link</a> for crontab reference)</p>
<p>crontab -e</p>
<blockquote><p># Run auto backup everynight<br />
0 4 * * * /root/rsync.sh</p></blockquote>
<p>Save the file&#8230; Hope this little guide helps!</p>
                        </div>
                        
                        <div class="post-bot">
                        
								<a href="http://www.crossnodes.net/forum/blog.php/?p=54" rel="bookmark" title="Permanent Link to How to auto backup using rsync" class="post-perma">Permalink</a> 
								
								<span class="post-comments"><a href="http://www.crossnodes.net/forum/blog.php/?p=54#respond" title="Comment on How to auto backup using rsync">0</a></span> 
								
                                <span class="post-ftrtxt">Comments</span>

                                <span class="post-ftrtxt"></span>
                                                        
                                <span class="post-cat">Posted in <a href="http://www.crossnodes.net/forum/blog.php/?cat=3" title="View all posts in Linux Tips &amp; Tricks" rel="category">Linux Tips &amp; Tricks</a></span>
                                                        
                           <br class="clear" />                  
                     
                        </div>

                       <div class="post-comments-template">
                          
<!-- You can start editing here. -->
<div id="comment-box">


	<!-- If comments are open, but there are no comments. -->
	


		<h3 id="respond">Leave a Reply</h3>

<p>You must be <a href="http://www.crossnodes.net/wp-login.php?redirect_to=http://www.crossnodes.net/forum/blog.php/?p=54">logged in</a> to post a comment.</p>



</div>                       </div>   
                   
                    
				                                </div>
                
                <div id="sidebar">
                	<div id="sb-top"></div>
                    <div id="sb-content">
                    	<ul>
                        	<li>
                            	<h4><strong>*</strong> Recent Posts</h4>
                                <ul>
                                	<li><a href="http://www.crossnodes.net/forum/blog.php/?p=88" rel="bookmark" title=" Link: Installing memcached on CentOS 5.3">Installing memcached on CentOS 5.3</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=84" rel="bookmark" title=" Link: Taking a break">Taking a break</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=81" rel="bookmark" title=" Link: iCafe phase 2 testing">iCafe phase 2 testing</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=76" rel="bookmark" title=" Link: iCafe beta release">iCafe beta release</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=73" rel="bookmark" title=" Link: iCafe 2.2 Beta">iCafe 2.2 Beta</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=62" rel="bookmark" title=" Link: How to secure OpenSSH">How to secure OpenSSH</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=59" rel="bookmark" title=" Link: How to prevent DoS denial attacks">How to prevent DoS denial attacks</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=54" rel="bookmark" title=" Link: How to auto backup using rsync">How to auto backup using rsync</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=49" rel="bookmark" title=" Link: What to consider in starting iCafe business">What to consider in starting iCafe business</a></li><li><a href="http://www.crossnodes.net/forum/blog.php/?p=43" rel="bookmark" title=" Link: Checking diskspace in linux">Checking diskspace in linux</a></li>                                </ul>
                            </li>
                            <li>
                            	<h4><strong>*</strong> Archives</h4>
                                <ul>
                                		<li><a href='http://www.crossnodes.net/forum/blog.php/?m=200910' title='October 2009'>October 2009</a></li>
	<li><a href='http://www.crossnodes.net/forum/blog.php/?m=200909' title='September 2009'>September 2009</a></li>
	<li><a href='http://www.crossnodes.net/forum/blog.php/?m=200908' title='August 2009'>August 2009</a></li>
                                </ul>
                            </li>
                            <li>
                            	<h4><strong>*</strong> Categories</h4>
                                <ul>
                                    	<li class="cat-item cat-item-1"><a href="http://www.crossnodes.net/forum/blog.php/?cat=1" title="All news related to CrossNodes.net and iCafeMinds.net">CrossNodes News</a> (5)
</li>
	<li class="cat-item cat-item-13"><a href="http://www.crossnodes.net/forum/blog.php/?cat=13" title="Tips and articles related to iCafe business">iCafe Tips</a> (1)
</li>
	<li class="cat-item cat-item-3"><a href="http://www.crossnodes.net/forum/blog.php/?cat=3" title="Tips &amp; tricks regarding setting up linux box.">Linux Tips &amp; Tricks</a> (7)
</li>
                                </ul>
                            </li>
                            <li>
                            	<h4><strong>*</strong> Tags</h4>
                            <div id="cloud">
                                <a href='http://www.crossnodes.net/forum/blog.php/?tag=2-2' class='tag-link-42' title='1 topic' style='font-size: 7pt;'>2.2</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=apache' class='tag-link-48' title='1 topic' style='font-size: 7pt;'>apache</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=attack' class='tag-link-30' title='1 topic' style='font-size: 7pt;'>attack</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=auto' class='tag-link-28' title='1 topic' style='font-size: 7pt;'>auto</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=backup' class='tag-link-25' title='1 topic' style='font-size: 7pt;'>backup</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=beta' class='tag-link-41' title='1 topic' style='font-size: 7pt;'>beta</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=business-tips' class='tag-link-22' title='1 topic' style='font-size: 7pt;'>business tips</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=centos' class='tag-link-15' title='1 topic' style='font-size: 7pt;'>centos</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=checking' class='tag-link-19' title='1 topic' style='font-size: 7pt;'>checking</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=command' class='tag-link-9' title='2 topics' style='font-size: 22pt;'>command</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=crontab' class='tag-link-26' title='1 topic' style='font-size: 7pt;'>crontab</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=crossnodes' class='tag-link-5' title='2 topics' style='font-size: 22pt;'>crossnodes</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=news' class='tag-link-1' title='1 topic' style='font-size: 7pt;'>CrossNodes News</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=denial-of-service' class='tag-link-31' title='1 topic' style='font-size: 7pt;'>denial of service</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=diskspace' class='tag-link-35' title='1 topic' style='font-size: 7pt;'>diskspace</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=dos' class='tag-link-29' title='1 topic' style='font-size: 7pt;'>dos</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=execute' class='tag-link-10' title='1 topic' style='font-size: 7pt;'>execute</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=expenses' class='tag-link-24' title='1 topic' style='font-size: 7pt;'>expenses</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=features' class='tag-link-38' title='2 topics' style='font-size: 22pt;'>features</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=final' class='tag-link-45' title='1 topic' style='font-size: 7pt;'>final</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=hosts' class='tag-link-34' title='1 topic' style='font-size: 7pt;'>hosts</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=icafe' class='tag-link-40' title='2 topics' style='font-size: 22pt;'>icafe</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=icafe-2-2' class='tag-link-36' title='1 topic' style='font-size: 7pt;'>icafe 2.2</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=icafe-beta' class='tag-link-37' title='1 topic' style='font-size: 7pt;'>icafe beta</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=icafe-communities' class='tag-link-6' title='1 topic' style='font-size: 7pt;'>icafe communities</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=internet-cafe' class='tag-link-21' title='1 topic' style='font-size: 7pt;'>internet cafe</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=linux-tips-tricks' class='tag-link-20' title='1 topic' style='font-size: 7pt;'>Linux Tips &amp; Tricks</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=linux' class='tag-link-3' title='1 topic' style='font-size: 7pt;'>Linux Tips &amp; Tricks</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=memcached' class='tag-link-46' title='1 topic' style='font-size: 7pt;'>memcached</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=monitoring' class='tag-link-39' title='1 topic' style='font-size: 7pt;'>monitoring</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=mysql' class='tag-link-14' title='1 topic' style='font-size: 7pt;'>mysql</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=offline' class='tag-link-43' title='1 topic' style='font-size: 7pt;'>offline</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=openssh' class='tag-link-32' title='1 topic' style='font-size: 7pt;'>openssh</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=php' class='tag-link-16' title='1 topic' style='font-size: 7pt;'>php</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=pongstr' class='tag-link-4' title='1 topic' style='font-size: 7pt;'>pongstr</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=register' class='tag-link-7' title='1 topic' style='font-size: 7pt;'>register</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=rsync' class='tag-link-27' title='1 topic' style='font-size: 7pt;'>rsync</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=sbin' class='tag-link-11' title='1 topic' style='font-size: 7pt;'>sbin</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=secure' class='tag-link-33' title='1 topic' style='font-size: 7pt;'>secure</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=server-mode' class='tag-link-44' title='1 topic' style='font-size: 7pt;'>server mode</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=services' class='tag-link-8' title='1 topic' style='font-size: 7pt;'>services</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=software' class='tag-link-23' title='1 topic' style='font-size: 7pt;'>software</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=webserver' class='tag-link-12' title='1 topic' style='font-size: 7pt;'>webserver</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=web-server' class='tag-link-47' title='1 topic' style='font-size: 7pt;'>web server</a>
<a href='http://www.crossnodes.net/forum/blog.php/?tag=yum' class='tag-link-17' title='1 topic' style='font-size: 7pt;'>yum</a>                            </div>
                            </li>
                            <li>
                            	<h4>Recent Comments:</h4>
                                <ul>
                                		<li><a href="http://www.crossnodes.net/forum/blog.php/?p=73#comment-4" title="iCafe 2.2 Beta, September 28, 2009">afdoal</a>: where link to download???</li>
	<li><a href="http://www.crossnodes.net/forum/blog.php/?p=49#comment-3" title="What to consider in starting iCafe business, August 27, 2009">BulletsComputer</a>: Legal Software &#8211; Meaning not only OS but Office, Antivirus, Lan Games, and any other software...</li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                    <div id="sb-bot"></div>
                </div> 
               
               	<br class="clear"> 
                
                <div id="post-navigation">
                    <br />
<b>Fatal error</b>:  Call to undefined function  get_pagination() in <b>/home/.seurat/h_ronald/crossnodes.net/wp-content/themes/crossnodes/index.php</b> on line <b>99</b><br />
