<?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>Trucs Libres &#187; GitHub</title>
	<atom:link href="http://fr.positon.org/tag/bsync-synchronisation-bidirectionnelle-avec-rsync-3/feed" rel="self" type="application/rss+xml" />
	<link>http://fr.positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>fr-FR</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Clients MPD pour le AdaFruit Character LCD Keypad sur Raspberry Pi</title>
		<link>http://fr.positon.org/clients-mpd-pour-le-adafruit-character-lcd-keypad-sur-raspberry-pi</link>
		<comments>http://fr.positon.org/clients-mpd-pour-le-adafruit-character-lcd-keypad-sur-raspberry-pi#comments</comments>
		<pubDate>Wed, 09 Jul 2014 21:10:51 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[MPD]]></category>
		<category><![CDATA[Raspberry Pi]]></category>

		<guid isPermaLink="false">http://positon.org/?p=195</guid>
		<description><![CDATA[Je viens de pousser des clients python Music Player Daemon sur github. De quoi intéresser les fans MPD utilisant le même matériel ! https://github.com/dooblem/adampd]]></description>
				<content:encoded><![CDATA[<p>Je viens de pousser des clients python Music Player Daemon sur github.</p>
<p>De quoi intéresser les fans MPD utilisant le même matériel !</p>
<p><a href="https://github.com/dooblem/adampd" title="https://github.com/dooblem/adampd">https://github.com/dooblem/adampd</a></p>
<p><a href="http://positon.org/wp-content/uploads/2014/07/adampd_pi.jpg"><img src="http://positon.org/wp-content/uploads/2014/07/adampd_pi-300x234.jpg" alt="adampd_pi" width="300" height="234" class="alignnone size-medium wp-image-198" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fr.positon.org/clients-mpd-pour-le-adafruit-character-lcd-keypad-sur-raspberry-pi/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Désactiver SSH askpass dans git push</title>
		<link>http://fr.positon.org/desactiver-ssh-askpass-dans-git-push</link>
		<comments>http://fr.positon.org/desactiver-ssh-askpass-dans-git-push#comments</comments>
		<pubDate>Sun, 27 Apr 2014 12:24:37 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://positon.org/?p=178</guid>
		<description><![CDATA[Si vous rencontrez ce problème en pushant vers github par exemple. Il suffit de vider le paramètre core.askpass : git config --global core.askpass '' Voir aussi man git config]]></description>
				<content:encoded><![CDATA[<p>Si vous rencontrez ce problème en pushant vers <a href="http://github.com" title="github">github</a> par exemple.</p>
<p>Il suffit de vider le paramètre core.askpass :</p>
<pre>
git config --global core.askpass ''
</pre>
<p>Voir aussi <code>man git config</code></p>
]]></content:encoded>
			<wfw:commentRss>http://fr.positon.org/desactiver-ssh-askpass-dans-git-push/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Bsync : Synchronisation Bidirectionnelle avec Rsync</title>
		<link>http://fr.positon.org/bsync-synchronisation-bidirectionnelle-avec-rsync</link>
		<comments>http://fr.positon.org/bsync-synchronisation-bidirectionnelle-avec-rsync#comments</comments>
		<pubDate>Thu, 05 Dec 2013 22:22:36 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bsync]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://fr.positon.org/?p=152</guid>
		<description><![CDATA[Bsync est un outil de synchronisation bidirectionnelle utilisant Rsync pour les transferts. Les fichiers déplacés sont également synchronisés de manière intelligente. Il utilise rsync pour les transferts de fichiers, find pour générer les snapshots de listes de fichiers, et ssh pour les les transferts distants. bsync est une alternative à Unison, écrit en Python 3. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Bsync est un outil de synchronisation bidirectionnelle utilisant Rsync pour les transferts. Les <strong>fichiers déplacés</strong> sont également synchronisés de manière intelligente.</p>
<p>Il utilise <a href="http://rsync.samba.org">rsync</a> pour les transferts de fichiers, <a href="http://www.gnu.org/software/findutils/">find</a> pour générer les snapshots de listes de fichiers, et <a href="http://www.openssh.com/">ssh</a> pour les les transferts distants.</p>
<p>bsync est une alternative à Unison, écrit en <a href="http://www.python.org/">Python 3</a>. Une grande force de bsync : il détecte et applique les déplacements de fichiers d&#8217;un dossier vers l&#8217;autre (Unison utilise des copies pour gérer les fichiers déplacés).</p>
<p>J&#8217;ai développé bsync pour synchroniser mon dossier de musique de mon laptop vers mon <a href="http://www.raspberrypi.org/">Raspberry Pi</a> de manière efficace, et pour synchroniser avec le laptop de ma compagne également.</p>
<p>Bsync est publié sous GPL. N&#8217;hésitez pas à soumettre bugs et suggestions dans les <a href="https://github.com/dooblem/bsync/issues">tickets GitHub</a>.</p>
<p><a href="https://github.com/dooblem/bsync">Infos, Téléchargement et Installation sur le dépôt GitHub.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fr.positon.org/bsync-synchronisation-bidirectionnelle-avec-rsync/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
