<?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>Andreas Schneider &#187; file synchronization</title>
	<atom:link href="http://blog.cynapses.org/tag/file-synchronization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cynapses.org</link>
	<description>a cosmological pedestrian</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:17:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>csync with sftp support</title>
		<link>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/</link>
		<comments>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:23:43 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[SFTP]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=87</guid>
		<description><![CDATA[I've released a new version of csync with sftp support. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses widely adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.csync.org/2009/05/25/csync-0430-stable/">I've released</a> a new version of <a href="http://www.csync.org/">csync</a> with <a href="http://www.libssh.org/">sftp</a> support. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses widely adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level program which means there is no need to be a superuser.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/05/26/csync-with-sftp-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This and that</title>
		<link>http://blog.cynapses.org/2009/04/27/this-and-that/</link>
		<comments>http://blog.cynapses.org/2009/04/27/this-and-that/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 08:29:51 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=60</guid>
		<description><![CDATA[You can find the slides of my csync talk at SambaXP 2009 here. libssh 0.3 is on the way. I'm improving the last parts of it. A new release should be available next week. As soon as libssh 0.3 is released I will release a new version of csync with sftp support too!]]></description>
			<content:encoded><![CDATA[<ul>
<li>You can find the slides of my <a href="http://www.csync.org/">csync</a> talk at <a href="http://www.sambaxp.org/">SambaXP</a> 2009 <a href="http://www.csync.org/files/talks/2009-sambaxp-csync.pdf">here</a>.</li>
<li><a href="http://www.libssh.org/">libssh</a> 0.3 is on the way. I'm improving the last parts of it. A new release should be available next week.</li>
<li>As soon as libssh 0.3 is released I will release a new version of csync with sftp support too!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/04/27/this-and-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>csync and pam_csync 0.42.0 beta1</title>
		<link>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/</link>
		<comments>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 13:23:34 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[PAM]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=40</guid>
		<description><![CDATA[I've released a new version of csync and pam_csync. csync is a bidirectional file synchronizer for Linux and allows to keep two copies of files and directories in sync. It uses uses widly adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level [...]]]></description>
			<content:encoded><![CDATA[<p>I've released a new version of csync and pam_csync. csync is a bidirectional <a href="http://www.csync.org">file synchronizer</a> for Linux and allows to keep two copies of files and directories in sync. It uses uses widly adopted protocols like smb or sftp so that there is no need for a server component of csync. It is a user-level program which means there is no need to be a superuser. With pam_csync it is possible to create roaming home directories.</p>
<p>This version fixes several bugs to increase the stability of the file synchronizer. It provides a new plugin to synchronize two replicas with the sftp protocol. To get the csync sftp plugin working you need libssh 0.2 with the following two patches:</p>
<p><a href="http://www.csync.org/files/patches/0001-Map-permission-field-to-type-field.patch" target="_blank">Map permission fields</a><br />
<a href="http://www.csync.org/files/patches/0002-Add-errno-mapping.patch" target="_blank">Errno mapping</a></p>
<p>The libssh package in the network:synchronization:files project in the build service has these two patches. The csync version of the BS project provides a csync-plugin-sftp package.</p>
<p>Packages for Fedora 9, openSUSE and SUSE Linux Enterprise 10 can be downloaded <a href="http://download.opensuse.org/repositories/network:/synchronization:/files/">here</a>.</p>
<p>More information at <a href="http://www.csync.org">http://www.csync.org/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/09/17/csync-and-pam_csync-0420-beta1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Roaming Home Directories for Linux</title>
		<link>http://blog.cynapses.org/2008/07/04/roaming-home-directories-for-linux/</link>
		<comments>http://blog.cynapses.org/2008/07/04/roaming-home-directories-for-linux/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:09:16 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[roaming home directories]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=31</guid>
		<description><![CDATA[An interesting feature of Active Directory is Roaming Profiles. You can login on different workstations and you have all you data with you. If you use a Notebook you have the same and the ability to work offline. As soon as you're connected to you network again the data will be automatically synchronized again and [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting feature of Active Directory is Roaming Profiles. You can login on different workstations and you have all you data with you. If you use a Notebook you have the same and the ability to work offline. As soon as you're connected to you network again the data will be automatically synchronized again and you have a backup of your data.</p>
<p><img src="http://blog.cynapses.org/wp-content/uploads/2008/07/_roaminghome.png" alt="" title="Roaming Home Directories"class="alignnone size-medium wp-image-32" /></p>
<p>Now the time has come to introduce Roaming Home Directories for Linux. Yesterday I've released a new version of <a href="http://www.csync.org/">csync</a> and the first version of <a href="http://www.csync.org/2008/07/03/pam_csync-0420-alpha1/">pam_csync</a>. With both components you're able to use an Active Directory environment to share your data between workstation and notebooks and work offline.</p>
<p>Currently only the SMB protocol is supported but I will write more plugins for other protocols in future. I have sftp and rsync (if doable) in mind. So you will be able to use it at home with you're small NAS or in a Linux only company environment.</p>
<p>This is not the only use case. If you have a USB disk with your music collection. You can can attach it to PC1 and synchronize it with your local collection. Go to the next computer and synchronize it there again. As csync is a bidirectional file synchronizer the collection on PC1 and PC2 will be the same.</p>
<p><a href="http://www.csync.org/">http://www.csync.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/07/04/roaming-home-directories-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>csync 0.42.0 alpha1</title>
		<link>http://blog.cynapses.org/2008/06/02/csync-0420-alpha1/</link>
		<comments>http://blog.cynapses.org/2008/06/02/csync-0420-alpha1/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 15:05:56 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[roaming home directories]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=29</guid>
		<description><![CDATA[I've released the first alpha version of csync. csync is a client only bidirectional file synchronizer. You can use csync for different things. The intention is to provide Roaming Home Directories for Linux but you can use it to synchronize your music collection or create a backup of a directory. This is *not* intended for [...]]]></description>
			<content:encoded><![CDATA[<p>I've released the first alpha version of csync. csync is a client only bidirectional file synchronizer. You can use csync for different things. The intention is to provide Roaming Home Directories for Linux but you can use it to synchronize your music collection or create a backup of a directory. This is *not* intended for production environments and is designed for testing purposes only. This version is fully functional and you can sync two local directories or a local directory with a samba share.</p>
<p>More at <a href="http://www.csync.org/">http://www.csync.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/06/02/csync-0420-alpha1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
