<?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: How to Auto Backup Files to USB Media When Connected	</title>
	<atom:link href="https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 01 Nov 2021 00:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: T J		</title>
		<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1630014</link>

		<dc:creator><![CDATA[T J]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 00:01:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31193#comment-1630014</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1276694&quot;&gt;Absolute_beginner&lt;/a&gt;.

I used to think these sorts of mistakes were purposeful to make you think about stuff and learn, I see them all the time like the op doesn&#039;t test the code because they know what they are doing and simply wrote an article... Good thing you are onto it ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1276694">Absolute_beginner</a>.</p>
<p>I used to think these sorts of mistakes were purposeful to make you think about stuff and learn, I see them all the time like the op doesn&#8217;t test the code because they know what they are doing and simply wrote an article&#8230; Good thing you are onto it ;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1339713</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 19 Jun 2020 09:11:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31193#comment-1339713</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1339258&quot;&gt;Frank&lt;/a&gt;.

@Frank

We will review the guide but you can always add your code to the script to make it better. Thanks for sharing your thoughts with us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1339258">Frank</a>.</p>
<p>@Frank</p>
<p>We will review the guide but you can always add your code to the script to make it better. Thanks for sharing your thoughts with us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1339258</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Thu, 18 Jun 2020 14:59:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31193#comment-1339258</guid>

					<description><![CDATA[Hi,

This is flawed on very many levels.  Besides what was already mentioned:
&lt;ul&gt;
&lt;li&gt;from man 7 udev: &quot;Running an event process for a long period of time may block all further events for this or a dependent device&quot;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;/bin/autobackup.sh&lt;/strong&gt; has no error checking at all (and should not be in /bin/, but rather /usr/local/bin/ or .../sbin/).&lt;/li&gt;
&lt;li&gt;it is an add-only backup, no cleanup of old files.  However, if you extend that approach, have a look at rsync&#039;s --link-dest option.&lt;/li&gt;
&lt;li&gt;compressing locally transferred data (rsync&#039;s -z option) will just waste CPU cycles.&lt;/li&gt;
&lt;/ul&gt;
I&#039;d suggest taking that offline until it is re-worked.  Good luck!

Kind regards,
 Frank.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>This is flawed on very many levels.  Besides what was already mentioned:</p>
<ul>
<li>from man 7 udev: &#8220;Running an event process for a long period of time may block all further events for this or a dependent device&#8221;.</li>
<li><strong>/bin/autobackup.sh</strong> has no error checking at all (and should not be in /bin/, but rather /usr/local/bin/ or &#8230;/sbin/).</li>
<li>it is an add-only backup, no cleanup of old files.  However, if you extend that approach, have a look at rsync&#8217;s &#8211;link-dest option.</li>
<li>compressing locally transferred data (rsync&#8217;s -z option) will just waste CPU cycles.</li>
</ul>
<p>I&#8217;d suggest taking that offline until it is re-worked.  Good luck!</p>
<p>Kind regards,<br />
 Frank.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Annoysed reader		</title>
		<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1324624</link>

		<dc:creator><![CDATA[Annoysed reader]]></dc:creator>
		<pubDate>Wed, 01 Apr 2020 21:40:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31193#comment-1324624</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1092924&quot;&gt;Aaron Kili&lt;/a&gt;.

Still not fixed. Remove this shit before somebody loses their data.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1092924">Aaron Kili</a>.</p>
<p>Still not fixed. Remove this shit before somebody loses their data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1280106</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 31 Oct 2019 05:36:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31193#comment-1280106</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1276694&quot;&gt;Absolute_beginner&lt;/a&gt;.

@ABSOLUTE_BEGINNER

The corrections you were concerned about have now been made, thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/auto-backup-files-to-usb-media-in-linux/comment-page-1/#comment-1276694">Absolute_beginner</a>.</p>
<p>@ABSOLUTE_BEGINNER</p>
<p>The corrections you were concerned about have now been made, thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
