<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Network on tech.notes</title>
    <link>https://newblog.utzer.de/tags/network/</link>
    <description>Recent content in Network on tech.notes</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Thu, 14 Mar 2019 23:00:50 +0000</lastBuildDate>
    <atom:link href="https://newblog.utzer.de/tags/network/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>rsync</title>
      <link>https://newblog.utzer.de/2019/03/15/rsync/</link>
      <pubDate>Thu, 14 Mar 2019 23:00:50 +0000</pubDate>
       <guid isPermaLink="false">http://tech.utzer.de/?p=14</guid> 
      <description>&lt;p&gt;This is kind of my cheat sheet, nothing fancy, just what I need.&lt;/p&gt;
&lt;h4 id=&#34;command&#34;&gt;Command:&lt;/h4&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rsync -chavzP --stats &amp;#39;host:~/RemotePath&amp;#39; ./LocalPath
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;rsync - Befehl&lt;br&gt;
-c, &amp;ndash;checksum&lt;br&gt;
-h, &amp;ndash;human-readable&lt;br&gt;
-a, &amp;ndash;archive&lt;br&gt;
-v, &amp;ndash;verbose&lt;br&gt;
-z, &amp;ndash;compress&lt;br&gt;
-P - equivalent to &amp;ndash;partial &amp;ndash;progress&lt;br&gt;
&amp;ndash;stats - This tells rsync to print a verbose set of statistics on the file transfer&lt;br&gt;
&amp;lsquo;host:~/RemotePath&amp;rsquo; - is the source path (in this case a remote path.&lt;br&gt;
./LocalPath - ist the destination&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
