<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rsync on webman.at</title>
    <link>https://webman.at/tags/rsync/</link>
    <description>Recent content in Rsync on webman.at</description>
    <generator>Hugo</generator>
    <language>de-DE</language>
    <managingEditor>bernd@webman.at (Bernd Öggl)</managingEditor>
    <webMaster>bernd@webman.at (Bernd Öggl)</webMaster>
    <lastBuildDate>Fri, 05 Nov 2021 18:59:34 +0100</lastBuildDate>
    <atom:link href="https://webman.at/tags/rsync/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Android rsync</title>
      <link>https://webman.at/post/2021-11-android-ssh/</link>
      <pubDate>Fri, 05 Nov 2021 18:59:34 +0100</pubDate><author>bernd@webman.at (Bernd Öggl)</author>
      <guid>https://webman.at/post/2021-11-android-ssh/</guid>
      <description>&lt;h2 id=&#34;tldr&#34; class=&#34;relative group&#34;&gt;tl;dr &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#tldr&#34; aria-label=&#34;Anker&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;termux&lt;/code&gt; App unter Android installieren&lt;/li&gt;&#xA;&lt;li&gt;App starten openssh installieren und &lt;code&gt;sshd&lt;/code&gt; aufrufen&lt;/li&gt;&#xA;&lt;li&gt;am PC &lt;code&gt;adb&lt;/code&gt; mit Port-forwarding aktivieren&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;rsync&lt;/code&gt; am PC aufrufen&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;warum&#34; class=&#34;relative group&#34;&gt;Warum &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#warum&#34; aria-label=&#34;Anker&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Vor vielen Jahren (7.5 um genau zu sein) habe ich ein Blogpost zum Thema &lt;a href=&#34;https://webman.at/2013/04/datentransfer-mit-rsync-openssh-und-cyanogenmod-am-galaxy-nexus/&#34;&gt;Datentransfer zwischen Android und PC&lt;/a&gt;&#xA;geschrieben. Ich bin damals schier verzweifelt mit den nicht vorhandenen&#xA;Möglichkeiten Daten effizient zwischen Android und meinem Linux PC zu&#xA;transferieren (&lt;code&gt;adb pull&lt;/code&gt; geht, kann aber keine &lt;em&gt;Wildcards&lt;/em&gt;, ich möchte die&#xA;Möglichkeiten die &lt;code&gt;rsync&lt;/code&gt; bietet).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Datentransfer mit rsync, openssh und cyanogenmod am Galaxy Nexus</title>
      <link>https://webman.at/2013/04/datentransfer-mit-rsync-openssh-und-cyanogenmod-am-galaxy-nexus/</link>
      <pubDate>Sun, 21 Apr 2013 15:39:53 +0000</pubDate><author>bernd@webman.at (Bernd Öggl)</author>
      <guid>https://webman.at/2013/04/datentransfer-mit-rsync-openssh-und-cyanogenmod-am-galaxy-nexus/</guid>
      <description>&lt;h2 id=&#34;datentransfer&#34; class=&#34;relative group&#34;&gt;Datentransfer &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#datentransfer&#34; aria-label=&#34;Anker&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Um unter Linux Dateien auf das Galaxy Nexus zu kopieren gibt es leider keine einfache und performante Lösung. Mit &lt;a href=&#34;http://airdroid.com&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Airdroid&lt;/a&gt; kann man wunderbar ein, zwei Dateien hin und her kopieren, der Transfer läuft über das Wlan, was von haus aus schon eine Geschwindigkeitsbeschränkung mit sich bringt. Alle meine Versuche mit mtp (auch unter Ubuntu 13.04) brachen regelmäßig ab und waren auch nicht von hohen Geschwindigkeiten gekennzeichnet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Backuppc zum Sichern von Desktops</title>
      <link>https://webman.at/2012/05/backuppc-zum-sichern-von-desktops/</link>
      <pubDate>Wed, 23 May 2012 08:44:27 +0000</pubDate><author>bernd@webman.at (Bernd Öggl)</author>
      <guid>https://webman.at/2012/05/backuppc-zum-sichern-von-desktops/</guid>
      <description>&lt;p&gt;Dazu gibt es schon viele Anleitungen, aber ein Problem bei meinem Linux-Desktop ließ mich nicht los:&lt;/p&gt;&#xA;&lt;pre class=&#34;brush: plain; title: ; notranslate&#34; title=&#34;&#34;&gt;Remote[1]: rsync: readlink_stat(&#34;/home/bernd/.gvfs&#34;) failed: Permission denied (13)&#xD;&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;Der dritte Eintrag im Thread &lt;a href=&#34;http://ubuntuforums.org/showpost.php?s=e16b12882f026838f0c95f3d16c110d3&amp;amp;p=5474631&amp;amp;postcount=3&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;http://ubuntuforums.org/showthread.php?t=767311&lt;/a&gt; half schließlich: Mit &lt;code&gt;--one-file-system&lt;/code&gt; wird rsync angewiesen, das gemountete fuse-Filesystem unter &lt;code&gt;~/.gvfs&lt;/code&gt; nicht zu sichern.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
