<?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: Relax-and-Recover &#8211; Backup and Recover a Linux System	</title>
	<atom:link href="https://www.tecmint.com/rear-backup-and-recover-a-linux-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 07 Feb 2023 06:22:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: viswa		</title>
		<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1958631</link>

		<dc:creator><![CDATA[viswa]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 06:22:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36514#comment-1958631</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1455520&quot;&gt;william oldham&lt;/a&gt;.

You can try this command:
&lt;pre&gt;
# apt-get install rear extlinux
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1455520">william oldham</a>.</p>
<p>You can try this command:</p>
<pre>
# apt-get install rear extlinux
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris James		</title>
		<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1875994</link>

		<dc:creator><![CDATA[Chris James]]></dc:creator>
		<pubDate>Fri, 09 Sep 2022 15:06:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36514#comment-1875994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1658840&quot;&gt;Indranil Kamulkar&lt;/a&gt;.

Remove the inverted quotes around &lt;strong&gt;usb:///dev/disk/by-label/REAR-000&lt;/strong&gt;. Instead, it should read:
&lt;pre&gt;
OUTPUT=USB
BACKUP=NETFS
BACKUP_URL=usb:///dev/disk/by-label/REAR-000
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1658840">Indranil Kamulkar</a>.</p>
<p>Remove the inverted quotes around <strong>usb:///dev/disk/by-label/REAR-000</strong>. Instead, it should read:</p>
<pre>
OUTPUT=USB
BACKUP=NETFS
BACKUP_URL=usb:///dev/disk/by-label/REAR-000
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Romero		</title>
		<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1735182</link>

		<dc:creator><![CDATA[Paul Romero]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 02:36:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36514#comment-1735182</guid>

					<description><![CDATA[Dear Group:

The instructions for making a rescue system, rescue disk, on a USB Thumb Drive are clear. Can you make a combined rescue system and backup on a single USB External Hard Drive?

The instructions suggest you can but seem oriented towards using a Thumb Drive. If this is possible with a USB External Hard Drive, please advise me on the correction configuration. Also, if this is possible, you should be able to boot from USB External Hard Drive. Is this true?

Best Regards,

Paul Romero]]></description>
			<content:encoded><![CDATA[<p>Dear Group:</p>
<p>The instructions for making a rescue system, rescue disk, on a USB Thumb Drive are clear. Can you make a combined rescue system and backup on a single USB External Hard Drive?</p>
<p>The instructions suggest you can but seem oriented towards using a Thumb Drive. If this is possible with a USB External Hard Drive, please advise me on the correction configuration. Also, if this is possible, you should be able to boot from USB External Hard Drive. Is this true?</p>
<p>Best Regards,</p>
<p>Paul Romero</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Indranil Kamulkar		</title>
		<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1658840</link>

		<dc:creator><![CDATA[Indranil Kamulkar]]></dc:creator>
		<pubDate>Mon, 22 Nov 2021 15:17:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36514#comment-1658840</guid>

					<description><![CDATA[&lt;code&gt;[root@localhost ~]# rear -v mkbackup&lt;/code&gt;

&lt;code&gt;Relax-and-Recover 2.4 / Git
Using log file: /var/log/rear/rear-localhost.log
ERROR: Invalid scheme &#039;”usb&#039; in BACKUP_URL &#039;”usb:///dev/disk/by-label/REAR-000”&#039; valid schemes: nfs cifs usb tape file iso sshfs ftpfs
Aborting due to an error, check /var/log/rear/rear-localhost.log for details
Exiting rear mkbackup (PID 11969) and its descendant processes
Running exit tasks
Terminated&lt;/code&gt;

I have followed your steps and configuration but getting the above error]]></description>
			<content:encoded><![CDATA[<p><code>[root@localhost ~]# rear -v mkbackup</code></p>
<p><code>Relax-and-Recover 2.4 / Git<br />
Using log file: /var/log/rear/rear-localhost.log<br />
ERROR: Invalid scheme '”usb' in BACKUP_URL '”usb:///dev/disk/by-label/REAR-000”' valid schemes: nfs cifs usb tape file iso sshfs ftpfs<br />
Aborting due to an error, check /var/log/rear/rear-localhost.log for details<br />
Exiting rear mkbackup (PID 11969) and its descendant processes<br />
Running exit tasks<br />
Terminated</code></p>
<p>I have followed your steps and configuration but getting the above error</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1456200</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 05:11:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36514#comment-1456200</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1455520&quot;&gt;william oldham&lt;/a&gt;.

@William,

May I know what Linux version you are trying on?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/rear-backup-and-recover-a-linux-system/comment-page-1/#comment-1455520">william oldham</a>.</p>
<p>@William,</p>
<p>May I know what Linux version you are trying on?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
