<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>backup firefox Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/backup-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to Backup Firefox Profile on Linux</title>
		<link>https://www.osradar.com/how-to-backup-firefox-profile-on-linux/</link>
					<comments>https://www.osradar.com/how-to-backup-firefox-profile-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 02 May 2018 06:29:30 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[backup firefox]]></category>
		<category><![CDATA[backup firefox profile]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2843</guid>

					<description><![CDATA[<p>Firefox is another well-known and popular browser of choice for everyone on the internet. Developed and maintained by Mozilla, Firefox is well-known for its security and performance. Firefox is especially favorable to those who love the open-source nature, freedom of software &#38; open internet. There are hardly any computer users in the world who doesn’t [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-firefox-profile-on-linux/">How to Backup Firefox Profile on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Firefox is another well-known and popular browser of choice for everyone on the internet. Developed and maintained by Mozilla, Firefox is well-known for its security and performance. Firefox is especially favorable to those who love the open-source nature, freedom of software &amp; open internet. There are hardly any computer users in the world who doesn’t know the name Firefox at all.</p>
<p>Like most other browsers, Firefox has also the same problem – profile backup. There is no native system integrated into the browser that can allow you backup your profile (cookies, bookmarks etc.). If you’ve reinstalled your system, you have to re-assemble everything from the beginning. This can be quite troublesome and irritating.</p>
<p>If you’re a Linux user, then it also becomes a pretty clear issue. For persons like me – distro collectors or just for changing the experience, I had to re-assemble every single bookmarks and extension previously. Now, we all can easily backup and restore the profile without any hassle. These steps must be done while Firefox isn’t running.</p>
<h3>Backing up the profile</h3>
<p>In the case of Firefox, it saves its files in the “~/.mozilla” folder. We’ll create a compressed backup of the folder for future restoring. You can even upload the file to cloud storage as a backup.</p>
<p>In the terminal, run this command:</p>
<pre>tar -jcvf firefox-browser-profile.tar.bz2 .mozilla</pre>
<p><img loading="lazy" class="size-full wp-image-2845 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile.png" alt="" width="1188" height="487" srcset="https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile.png 1188w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-1024x420.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-696x285.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-1068x438.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/backup-firefox-profile-1025x420.png 1025w" sizes="(max-width: 1188px) 100vw, 1188px" /></p>
<p>Wait for the process to finish. Then, move the compressed file to “Desktop”.</p>
<pre>mv firefox-browser-profile.tar.bz2 ~/Desktop</pre>
<h3><img loading="lazy" class="size-full wp-image-2846 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop.png" alt="" width="1184" height="289" srcset="https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop.png 1184w, https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop-300x73.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop-768x187.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop-1024x250.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop-696x170.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/move-profile-backup-to-desktop-1068x261.png 1068w" sizes="(max-width: 1184px) 100vw, 1184px" /></h3>
<h3>Restoring the profile</h3>
<p>In the terminal, run the following commands. Make sure that you move the compressed file at the “/” folder.</p>
<pre>rm -rf ~/.mozilla
tar -xvf firefox-browser-profile.tar.bz2</pre>
<h3>Encrypting the backup</h3>
<p>If you want to encrypt your backed up profile, you can easily follow the instructions for <a href="https://www.osradar.com/how-to-encrypt-files-on-linux/">encrypting the file(s) on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-firefox-profile-on-linux/">How to Backup Firefox Profile on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-backup-firefox-profile-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
