<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rsync Archives - TecnoGuide</title>
	<atom:link href="https://tecnoguide.info/tag/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>https://tecnoguide.info/tag/rsync/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2016 13:36:21 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Come fare il backup incrementale su Linux Centos</title>
		<link>https://tecnoguide.info/backup/</link>
					<comments>https://tecnoguide.info/backup/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Tue, 12 Jul 2016 00:53:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=4811</guid>

					<description><![CDATA[<p>Se possediamo un sito internet su un server dedicato o una VPS è molto importante effettuare un backup incrementale in modo da salvare tutti i dati e recuperarli in caso di emergenza. Noi abbiamo realizzato una semplice guida che illustra come creare il backup incrementale con poche righe di comando. Il primo passo da fare è copiare [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/backup/">Come fare il backup incrementale su Linux Centos</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos.jpg"><img fetchpriority="high" decoding="async" class="size-large wp-image-4820" src="http://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1024x683.jpg" alt="Backup Computer Key In Blue For Archiving And Storage" width="640" height="427" srcset="https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1024x683.jpg 1024w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-300x200.jpg 300w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-768x512.jpg 768w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-696x464.jpg 696w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1068x712.jpg 1068w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-630x420.jpg 630w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-50x33.jpg 50w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos.jpg 1732w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p>Se possediamo un sito internet su un server dedicato o una VPS è molto importante effettuare un backup incrementale in modo da salvare tutti i dati e recuperarli in caso di emergenza. Noi abbiamo realizzato una semplice guida che illustra come creare il backup incrementale con poche righe di comando.</p>
<p>Il primo passo da fare è copiare la chiave di connessione tra i due server con questi semplici comandi:</p>
<p><strong>rsync -avz -e ssh /home/ramesh/ ramesh@192.168.200.10:/backup/ramesh/</strong></p>
<p><strong>ssh-keygen</strong></p>
<p><strong>ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.200.10</strong></p>
<p>Controllate che la connessione avvenga senza la richiesta di password</p>
<p><strong>ssh 192.168.200.10</strong></p>
<p>Logicamente dovete sostituire l&#8217;indirizzo IP con quello del server di destinazione. Ora potete dare il comando:</p>
<p><strong>rsync -avz -e ssh /home/ramesh/ ramesh@192.168.200.10:/backup/ramesh/</strong></p>
<p>Per eseguire il comando ad orari prestabiliti è sufficiente creare un comando CRO.</p>
<p>The post <a href="https://tecnoguide.info/backup/">Come fare il backup incrementale su Linux Centos</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/backup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
