<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Usersettings on RsyncUI</title><link>https://deploy-preview-39--rsyncui.netlify.app/categories/usersettings/</link><description>Recent content in Usersettings on RsyncUI</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 01 Apr 2026 15:11:43 +0200</lastBuildDate><atom:link href="https://deploy-preview-39--rsyncui.netlify.app/categories/usersettings/index.xml" rel="self" type="application/rss+xml"/><item><title>RsyncUI settings</title><link>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/</link><pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/</guid><description>&lt;p&gt;Several settings can be adjusted. After changing a setting, save the changes to keep them next time you use RsyncUI. Access your settings with the shortcut &lt;code&gt;⌘,&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Rsync and path&lt;/em&gt; — settings for the rsync binary and paths&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Log settings&lt;/em&gt; — logging behaviour and UI options&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For SSH configuration, see the &lt;em&gt;SSH Setup&lt;/em&gt; section.&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;About&amp;rdquo; section displays the version of rsync in use and the path for storing and retrieving configurations to the permanent storage location.&lt;/p&gt;</description></item><item><title>Rsync and path</title><link>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/rsync-and-path/</link><pubDate>Thu, 06 Feb 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/rsync-and-path/</guid><description>&lt;p&gt;After changing a setting, save the changes to keep them next time you use RsyncUI.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://deploy-preview-39--rsyncui.netlify.app/images/usersettings/settings.png"&gt;
&lt;/figure&gt;

&lt;h4 id="version-rsync"&gt;Version rsync&lt;a class="td-heading-self-link" href="#version-rsync" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;It is recommended to install the latest version of &lt;code&gt;rsync&lt;/code&gt;. RsyncUI provides direct path support for Homebrew on both Apple Silicon and Intel Macs. &lt;code&gt;RsyncUI&lt;/code&gt; will determine the type of Mac you are using. The default path for Homebrew is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Intel-based Mac: &lt;code&gt;/usr/local/bin&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Apple Silicon: &lt;code&gt;/opt/homebrew/bin&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="path-rsync"&gt;Path rsync&lt;a class="td-heading-self-link" href="#path-rsync" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;The &lt;em&gt;snapshot&lt;/em&gt; and &lt;em&gt;syncremote&lt;/em&gt; features require the latest rsync. If an updated or new rsync is not installed by Homebrew, set the path manually.&lt;/p&gt;</description></item><item><title>Log settings</title><link>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/log-settings/</link><pubDate>Wed, 05 Feb 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-39--rsyncui.netlify.app/docs/settings/log-settings/</guid><description>&lt;p&gt;After changing a setting, save the changes to keep them next time you use RsyncUI.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://deploy-preview-39--rsyncui.netlify.app/images/usersettings/logsettings.png"&gt;
&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;Check for Errors in Output:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;default: off&lt;/li&gt;
&lt;li&gt;if the word &amp;ldquo;error&amp;rdquo; is found in rsync output, you are notified&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Add Summary Log Record:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;default: on&lt;/li&gt;
&lt;li&gt;a summary of each synchronization is added to the log records; view &amp;ldquo;Log Listings&amp;rdquo; from the Sidebar&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;No time delay Synchronize URL-actions&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;default: off&lt;/li&gt;
&lt;li&gt;if on, estimated tasks triggered by URL-actions will synchronize without any chance to abort&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Hide the Sidebar on startup&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>SSH settings</title><link>https://deploy-preview-39--rsyncui.netlify.app/docs/ssh-setup/ssh-settings/</link><pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate><guid>https://deploy-preview-39--rsyncui.netlify.app/docs/ssh-setup/ssh-settings/</guid><description>&lt;p&gt;After changing a setting, save the changes to keep them next time you use RsyncUI.&lt;/p&gt;
&lt;p&gt;This view configures the global SSH keypath and identity file used by RsyncUI for all remote tasks. For a guide on creating SSH keys, see &lt;em&gt;SSH keys and passwordless login&lt;/em&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://deploy-preview-39--rsyncui.netlify.app/images/usersettings/ssh.png"&gt;
&lt;/figure&gt;

&lt;h4 id="local-ssh-key-present"&gt;Local SSH Key Present&lt;a class="td-heading-self-link" href="#local-ssh-key-present" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;When this is &amp;ldquo;on&amp;rdquo;, RsyncUI has detected a local SSH key.&lt;/p&gt;
&lt;p&gt;The default RSA-based SSH key values are &lt;code&gt;~/.ssh/id_rsa&lt;/code&gt; and port &lt;code&gt;22&lt;/code&gt;. These are not required if you use the defaults. If you do not specify your own keypath and identity file, RsyncUI uses the defaults. If a local SSH key is present, leave the settings as-is or set your own keypath and identity file. RsyncUI will mark the selected settings as default.&lt;/p&gt;</description></item></channel></rss>