<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tagging on RsyncUI</title><link>https://deploy-preview-39--rsyncui.netlify.app/tags/tagging/</link><description>Recent content in Tagging on RsyncUI</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 19 Mar 2026 16:02:18 +0100</lastBuildDate><atom:link href="https://deploy-preview-39--rsyncui.netlify.app/tags/tagging/index.xml" rel="self" type="application/rss+xml"/><item><title>Tagging of data</title><link>https://deploy-preview-39--rsyncui.netlify.app/blog/2025/03/01/tagging-of-data/</link><pubDate>Sat, 01 Mar 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-39--rsyncui.netlify.app/blog/2025/03/01/tagging-of-data/</guid><description>&lt;h3 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;div class="alert alert-secondary" role="alert"&gt;
&lt;p&gt;RsyncUI must tag data accurately; otherwise some source data might not synchronize. RsyncUI supports both the latest rsync release and the legacy macOS default version.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Tagging is computed in the ParseRsyncOutput Swift package bundled with RsyncUI.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Input string: &lt;code&gt;Number of created files: 7,191 (reg: 6,846, dir: 345)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Converted to: &lt;code&gt;[7191, 6846, 345]&lt;/code&gt; (the thousands separator is also removed from the string before parsing)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The function below extracts only numbers from the input:&lt;/p&gt;</description></item></channel></rss>