<?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>IT-Pulse &#187; ssh</title>
	<atom:link href="http://www.it-pulse.eu/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-pulse.eu</link>
	<description>Bloggen am Puls der Technik</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:13:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Backup auf Windows Rechner mit cwRsync</title>
		<link>http://www.it-pulse.eu/linux/backup-mit-cwrsync-2403.html</link>
		<comments>http://www.it-pulse.eu/linux/backup-mit-cwrsync-2403.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 10:29:03 +0000</pubDate>
		<dc:creator>IT-Pulse</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cwrsync]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[synchronisation]]></category>

		<guid isPermaLink="false">http://www.it-pulse.eu/?p=98</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.it-pulse.eu/linux/backup-mit-cwrsync-2403.html' addthis:title='Backup auf Windows Rechner mit cwRsync' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a></div>Mit cwRsync (ein Paket aus Rsync und Cygwin) können auch Windows Rechner mit dem Rsync Algorithmus Dateien sichern bzw. synchronisieren. Im konkreten Anwendungsfall soll mit diesem Paket Dateien von einem Linux Rechner (Webserver) auf einen Windows PC synchronisiert werden. Dazu muss der Webhoster natürlich SSH und Rsync anbieten / erlauben. Download des cwRsync Installers unter [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.it-pulse.eu/linux/backup-mit-cwrsync-2403.html' addthis:title='Backup auf Windows Rechner mit cwRsync' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a></div><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Mit <strong>cwRsync</strong> (ein Paket aus Rsync und Cygwin) können auch <strong>Windows Rechner</strong> mit dem Rsync Algorithmus <strong>Dateien sichern bzw. synchronisieren</strong>.</p>
<p>Im konkreten Anwendungsfall soll mit diesem Paket Dateien von einem Linux Rechner (Webserver) auf einen Windows PC synchronisiert werden. Dazu muss der Webhoster natürlich SSH und Rsync anbieten / erlauben.</p>
<p><span id="more-98"></span>Download des cwRsync Installers unter <a title="cwRsync" href="http://www.itefix.no/i2/download" target="_blank">http://www.itefix.no</a> und anschließende Installation.</p>
<p>Im Installationsverzeichnis liegt die Datei <strong>cwrsync.cmd</strong> als Vorlage. Diese muss nur noch erweitert werden.</p>
<p>Ist das Paket nicht im vorgeschlagenen Programmpfad installiert muss die Variable<br />
SET CWRSYNCHOME=%PROGRAMFILES% angepasst werden.</p>
<p>Beispiel:</p>
<p>rsync -e &#8220;ssh -c blowfish -i c:\dokume~1\user\.ssh\id_rsa&#8221; -av &#8211;chmod u+rwx -r username@server.com:/home/webdata /cygdrive/c/backup/</p>
<p>Erklärung:</p>
<p>Mit dem alternativen Schalter <em>-c blowfish</em> erfolgt die SSH Übertragung mit dem Blowfish Protokoll. Diese Verschlüsselung ist zwar nicht so stark wie die anderen, dafür aber schneller.</p>
<p>Mit dem alternativen Schalter  <em>-i c:\dokume~1\user\.ssh\id_rsa </em>wird die Authentifizierung über das Public Key Verfahren abgewickelt. Damit muss kein Passwort mehr eingegeben werden. <em>[Anleitung für Erstellung dieses Schlüssel folgt noch]</em></p>
<p><em>&#8211;chmod u+rwx </em>ermöglicht es die synchronisierten Dateien auf dem Windows Rechner auch zu lesen.</p>
<p>Mit dem Schalter <em>-r </em>wird rekursiv synchronisiert.</p>
<p>Quelle Linux Server :<em> username@server.com:/home/webdata</em></p>
<p>Ziel Windows PC :<em> /cygdrive/c/backup/ &#8230; </em>Die Dateien werden auf dem Laufwerk C in das Verzeichnis backup synchronisert.</p>
<div class="shr-publisher-98"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.it-pulse.eu/linux/backup-mit-cwrsync-2403.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
