<?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 chrome Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/backup-chrome/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 Chrome Profile on Linux</title>
		<link>https://www.osradar.com/how-to-backup-chrome-profile-on-linux/</link>
					<comments>https://www.osradar.com/how-to-backup-chrome-profile-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Tue, 01 May 2018 15:00:25 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[backup chrome]]></category>
		<category><![CDATA[backup chrome linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2835</guid>

					<description><![CDATA[<p>Google Chrome is one of the most popular choices as the favorite web browser of everyone. Developed and maintained by Google, this piece of software is really powerful and free of cost. It’s also quite popular with Linux users. However, it can be really frustrating for reinstalling all the Chrome extensions and restoring the bookmarks [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-chrome-profile-on-linux/">How to Backup Chrome 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>Google Chrome is one of the most popular choices as the favorite web browser of everyone. Developed and maintained by Google, this piece of software is really powerful and free of cost. It’s also quite popular with Linux users. However, it can be really frustrating for reinstalling all the Chrome extensions and restoring the bookmarks again and again after every installation of the OS. This is the same problem with me who loves to enjoy different Linux distro.</p>
<p>If you’re on Linux, you’ve most likely faced the issue. Let’s take a look how you can backup your Google Chrome profile so that you don’t have to repeat the same processes again and again.</p>
<h3>Backing up the profile</h3>
<p>Start running the following commands.</p>
<ul>
<li>Change the working directory to “.config”. Almost all the apps installed on Linux system store their app data and other files here.</li>
</ul>
<pre>cd ~/.config</pre>
<p><img loading="lazy" class="size-full wp-image-2836 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup.png" alt="" width="1185" height="172" srcset="https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup.png 1185w, https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup-300x44.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup-768x111.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup-1024x149.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup-696x101.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/change-working-folder-chrome-backup-1068x155.png 1068w" sizes="(max-width: 1185px) 100vw, 1185px" /></p>
<ul>
<li>Now, let’s compress the Google Chrome profile into a GZip archive.</li>
</ul>
<pre>tar -jcvf google-chrome-profile.tar.bz2 google-chrome</pre>
<p><img loading="lazy" class="size-full wp-image-2837 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile.png" alt="" width="1360" height="624" srcset="https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile.png 1360w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-768x352.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-1024x470.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-696x319.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-1068x490.png 1068w, https://www.osradar.com/wp-content/uploads/2018/05/backup-process-chrome-profile-915x420.png 915w" sizes="(max-width: 1360px) 100vw, 1360px" /></p>
<p>Wait until the process finishes. Then, move the GZip file to “Desktop”.</p>
<pre>mv google-chrome-profile.tar.bz2 ~/Desktop</pre>
<h3><img loading="lazy" class="size-full wp-image-2838 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome.png" alt="" width="1366" height="166" srcset="https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome.png 1366w, https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome-300x36.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome-768x93.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome-1024x124.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome-696x85.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/move-backup-profile-chrome-1068x130.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /></h3>
<h3>Restoring the profile</h3>
<p>Whenever you need to restore the profile, run these commands:</p>
<pre>mv google-chrome-profile.tar.bz2 ~/.config
cd ~/.config
tar -xvf google-chrome-profile.tar.bz2</pre>
<h3>Encrypting the profile</h3>
<p>If you want to encrypt the profile, you can simply encrypt the zipped file. Learn <a href="https://www.osradar.com/how-to-encrypt-files-on-linux/">how to encrypt files on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-chrome-profile-on-linux/">How to Backup Chrome 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-chrome-profile-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
