﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/86" rel="self" type="application/rss+xml" />
        <title><![CDATA[Sync local and remote directories with Rsync]]></title>
        <description><![CDATA[<p>Rsync is a very flexible network-enabled syncing tool. Due to its ubiquity and its popularity as a tool for system scripts, it's included on most Linux distributions by default. It efficiently copies and sync files to or from a remote system. It’s faster than <em>scp</em> because <em>rsync</em> uses a remote-update protocol which allows transferring just the differences between two sets of files. The first time, it copies the whole content of a file or a directory from source to destination but from next time, it copies only the changed blocks and bytes to the destination.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/86/sync-local-and-remote-directories-with-rsync]]></link>
        <pubDate>Mon, 09 Jan 2023 10:27:08 +0000</pubDate>
        <language>en</language>
        <category>systems</category>

        <image>
            <title>sync-local-and-remote-directories-with-rsync</title>
            <link><![CDATA[https://www.hibit.dev/posts/86/sync-local-and-remote-directories-with-rsync]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2023/headers/rsync.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
