<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: FreeFileSync &#8211; How To Setup Real-Time Folder Sync In Background on Windows?	</title>
	<atom:link href="https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/</link>
	<description>phones ● computers ● audio ● video ● technology</description>
	<lastBuildDate>Tue, 14 Jun 2022 12:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: TehnoBlog		</title>
		<link>https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-1015</link>

		<dc:creator><![CDATA[TehnoBlog]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 12:15:59 +0000</pubDate>
		<guid isPermaLink="false">https://tehnoblog.org/?p=12621#comment-1015</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-1014&quot;&gt;Anonymous&lt;/a&gt;.

Hi, what kind of notification?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-1014">Anonymous</a>.</p>
<p>Hi, what kind of notification?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-1014</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 09:25:30 +0000</pubDate>
		<guid isPermaLink="false">https://tehnoblog.org/?p=12621#comment-1014</guid>

					<description><![CDATA[Hi,
How can I turn off getting a notification after every successful sync (about every minute)?
Thanks ahead for your answer.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
How can I turn off getting a notification after every successful sync (about every minute)?<br />
Thanks ahead for your answer.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TehnoBlog		</title>
		<link>https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-984</link>

		<dc:creator><![CDATA[TehnoBlog]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 09:14:42 +0000</pubDate>
		<guid isPermaLink="false">https://tehnoblog.org/?p=12621#comment-984</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-983&quot;&gt;Skylinestar&lt;/a&gt;.

Hi, good question, this is how we understand this feature:

RealTimeSync process continuously runs in the background, yes it starts automatically when PC starts, and it also continues to run afterwards independently.

Sync delay only defines actual synchronization frequency to spare your CPU/HDD/SSD/Network resources and avoid doing double work e.g. while you work on heavy files on the main drive/partition/folder.

Process monitors changes, and when the timer reaches predefined delay &lt;strong&gt;without any further changes activities&lt;/strong&gt;, it runs the sync procedure automatically in the background. Then the new cycle runs, but if there are no changes made, there will be nothing to sync.

In simple terms, let us consider an example: you work on a file, then you save it. Delay timer starts, and starts counting to 10: 1, 2, 3, 4... But, 5 seconds later you do another change and save the file again. Delay timer resets, and starts counting again to 10. If you do not make any further changes this time in that predefined delay interval, sync process will run in the background and synchronize the file with remote drive/partition/folder.

&lt;em&gt;This is an excerpt from the FreeFileSync manual, hope it further clarifies this matter:&lt;/em&gt;

&lt;blockquote&gt;RealTimeSync receives change notifications directly from the operating system in order to avoid the overhead of repeatedly polling for changes. Each time a file or folder is created/updated/deleted in the monitored directories or their sub directories, RealTimeSync waits until a user-configurable idle time has passed in which no further changes were detected, and then runs the command line. This makes sure the monitored folders are not in heavy use when starting a synchronization.&lt;/blockquote&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-983">Skylinestar</a>.</p>
<p>Hi, good question, this is how we understand this feature:</p>
<p>RealTimeSync process continuously runs in the background, yes it starts automatically when PC starts, and it also continues to run afterwards independently.</p>
<p>Sync delay only defines actual synchronization frequency to spare your CPU/HDD/SSD/Network resources and avoid doing double work e.g. while you work on heavy files on the main drive/partition/folder.</p>
<p>Process monitors changes, and when the timer reaches predefined delay <strong>without any further changes activities</strong>, it runs the sync procedure automatically in the background. Then the new cycle runs, but if there are no changes made, there will be nothing to sync.</p>
<p>In simple terms, let us consider an example: you work on a file, then you save it. Delay timer starts, and starts counting to 10: 1, 2, 3, 4&#8230; But, 5 seconds later you do another change and save the file again. Delay timer resets, and starts counting again to 10. If you do not make any further changes this time in that predefined delay interval, sync process will run in the background and synchronize the file with remote drive/partition/folder.</p>
<p><em>This is an excerpt from the FreeFileSync manual, hope it further clarifies this matter:</em></p>
<blockquote><p>RealTimeSync receives change notifications directly from the operating system in order to avoid the overhead of repeatedly polling for changes. Each time a file or folder is created/updated/deleted in the monitored directories or their sub directories, RealTimeSync waits until a user-configurable idle time has passed in which no further changes were detected, and then runs the command line. This makes sure the monitored folders are not in heavy use when starting a synchronization.</p></blockquote>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Skylinestar		</title>
		<link>https://tehnoblog.org/freefilesync-how-to-setup-real-time-folder-sync-in-background-on-windows/#comment-983</link>

		<dc:creator><![CDATA[Skylinestar]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 08:45:52 +0000</pubDate>
		<guid isPermaLink="false">https://tehnoblog.org/?p=12621#comment-983</guid>

					<description><![CDATA[Regarding the delay time set in RealTimeSync, with an example of 10 seconds, does it sync whenever there&#039;s an idle time of 10 seconds, meaning another sync will auto run after an elapse of 20 seconds and another sync will auto run again after an elapse of 30 seconds (and this keeps on going)? Or does the sync only happens once after a PC startup and will not happen again until the next PC startup?]]></description>
			<content:encoded><![CDATA[<p>Regarding the delay time set in RealTimeSync, with an example of 10 seconds, does it sync whenever there&#8217;s an idle time of 10 seconds, meaning another sync will auto run after an elapse of 20 seconds and another sync will auto run again after an elapse of 30 seconds (and this keeps on going)? Or does the sync only happens once after a PC startup and will not happen again until the next PC startup?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
