<?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 Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/rsync/</link>
	<description></description>
	<lastBuildDate>Mon, 25 Mar 2013 19:33:14 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>rsync sync directories with resume</title>
		<link>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/</link>
					<comments>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 19:33:14 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=926</guid>

					<description><![CDATA[<p>rsync -rPtz &#8211;progress -e ssh /local_backup_path/ remote_host:/remote_backup_path/ The -e ssh tells rsync to use a ssh client instead of rsh. The -z option compresses the file. -t preserves time attributes and the -P option resumes incomplete file transfers. If you<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">rsync sync directories with resume</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>rsync -rPtz &#8211;progress -e ssh /local_backup_path/ remote_host:/remote_backup_path/</p></blockquote>
<p>The -e ssh tells rsync to use a ssh client instead of rsh. The -z option compresses the file. -t preserves time attributes and the -P option resumes incomplete file transfers.</p>
<p>If you run this command from the command line you can use the &#8211;progress option, that will show you a progress bar during transfer. Very useful with large files.</p>
<p>Материалът <a href="https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/">rsync sync directories with resume</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2013/03/25/rsync-sync-directories-with-resume/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
