<?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>rsync &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 11 Feb 2018 19:53:08 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>rsync &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Mittels rsync Dateien kopieren</title>
		<link>https://www.systemtechnics.de/mittels-rsync-dateien-kopieren/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 11 Feb 2018 12:14:17 +0000</pubDate>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[rsync]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2402</guid>

					<description><![CDATA[Hier mal ein schnelles Beispiel wie ich meine Daten (vom Handy) auf einen Server mittels rsync kopiere. SRCP="Backup DCIM Pictures [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hier mal ein schnelles Beispiel wie ich meine Daten (vom Handy) auf einen Server mittels rsync kopiere.</p>
<p><span id="more-2402"></span></p>
<pre><code>        SRCP="Backup DCIM Pictures Documents Ringtones DJI/dji.go.v4/DJI* timesheeter_*"

        for d in $SRCP ; do
        #       echo $d 
        rsync --size-only --exclude "*.tmp" --exclude ".thumbnails" --progress -rvH /sdcard/$d knut@10.0.0.10:3tsicherung
        done

        SRCP="upass dom reverse speedtest-cli"
        for d in $SRCP ; do
        #       echo $d
        rsync --size-only --exclude "*.tmp" --exclude ".thumbnails" --progress -rvH /data/data/com.termux/files/usr/bin/$d knut@10.0.0.10:3tsicherung/bin/
        done
</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
