<?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 thunderbird Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/backup-thunderbird/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 Thunderbird Profile on Linux</title>
		<link>https://www.osradar.com/how-to-backup-thunderbird-profile-linux/</link>
					<comments>https://www.osradar.com/how-to-backup-thunderbird-profile-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 02 May 2018 13:38:54 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[backup thunderbird]]></category>
		<category><![CDATA[thunderbird]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2848</guid>

					<description><![CDATA[<p>Thunderbird is another popular software as an email client. It’s cross-platform, open-source and really powerful for using at the enterprise level. As it’s free, companies are more interested in integrating this client into their workspaces. As a professional, I also use Thunderbird as my email client on my desktop. If you’re a Thunderbird user, you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-thunderbird-profile-linux/">How to Backup Thunderbird 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>Thunderbird is another popular software as an email client. It’s cross-platform, open-source and really powerful for using at the enterprise level. As it’s free, companies are more interested in integrating this client into their workspaces. As a professional, I also use Thunderbird as my email client on my desktop. If you’re a Thunderbird user, you already know how this software saves time &amp; increases productivity at the same time.</p>
<p>Thunderbird, like most other software, doesn’t have any built-in function for backing up the data. You have to reconnect your email every time you reinstall your OS. There are also other reasons that require taking a backup of Thunderbird profile.</p>
<p>If you’re on Linux, there’s a big chance that you’re already using Thunderbird or have it installed on your system. It’s one of the best email clients for every purpose. Let’s take a look how to backup Thunderbird profile and restore it when needed. This way, you can ensure the hassle-free usage of your favorite app even after reinstalling OS.</p>
<h3>Backing up the profile</h3>
<p>Thunderbird saves its profile under “~/.thunderbird” folder. We’ll make a compressed archive of the folder as the backup. Before proceeding, make sure that Thunderbird isn’t running.</p>
<p>Now, open a terminal and run the following command:</p>
<pre>tar -jcvf thunderbird-email-profile.tar.bz2 .thunderbird</pre>
<p><img loading="lazy" class="size-full wp-image-2850 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup.png" alt="" width="1187" height="401" srcset="https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup.png 1187w, https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup-300x101.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup-768x259.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup-1024x346.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup-696x235.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/thunderbird-profile-backup-1068x361.png 1068w" sizes="(max-width: 1187px) 100vw, 1187px" /></p>
<p>For convenience, I’ll be moving the backup file to “Desktop”.</p>
<pre>mv thunderbird-email-profile.tar.bz2 .thunderbird</pre>
<h3>Restoring the profile</h3>
<p>For restoring the profile, run these commands. Make sure to move the compressed file into “/” directory beforehand.</p>
<pre>rm -rf ~/.thunderbird
tar -xvf thunderbird-email-profile.tar.bz2</pre>
<h3>Encrypting the backup</h3>
<p>If you want to ensure tighter security for your backup so that no one gets their hand on it, you can encrypt it really easily, as you’re on Linux. <a href="https://www.osradar.com/how-to-encrypt-files-on-linux/">Learn how to encrypt the file(s) on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-thunderbird-profile-linux/">How to Backup Thunderbird 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-thunderbird-profile-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
