[Solved] Exporting Google Chrome Settings
-
- Black ninja
- Posts: 49
- Joined: 07 Apr 2014, 04:10
- Distribution: Porteus 3.0 RazorQT
- Location: Chicago
[Solved] Exporting Google Chrome Settings
When running Porteus in Always Fresh mode, where is the folder that stores all of Google Chrome's current session's data (bookmarks, history, settings, extensions, etc) located? As I'm unable to use Porteus with persistence for reasons I explained in an earlier forum, I wanted to copy the folder with all of Chrome's data so I can just paste it in it's appropriate location when I boot again later (in Always Fresh mode). This way, I won't have to go through all of Chrome's settings and download the extensions again. Thanks!
Last edited by Jacoby59 on 23 Sep 2014, 06:30, edited 1 time in total.
- francois
- Contributor
- Posts: 6498
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Exporting Google Chrome Settings
Please make a link to the thread where you explain your situation about the problem that you have to work with persistence. 

Prendre son temps, profiter de celui qui passe.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Exporting Google Chrome Settings
Do you have a . folder for Chrome? /home/guest/.chrome for example. I use Firefox and have a /home/guest/.mozilla folder which in turn has folders with my FireFox settings.
- francois
- Contributor
- Posts: 6498
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Exporting Google Chrome Settings
@jacoby:
Thus you prefer to boot always fresh (no save changes) but at the same time you want to save changes. If you persist running porteus on windows filesystem, you will have to resort to save.dat containers once again.
Is there a specific reason that motivated you to use fat32 to install porteus on you hdd? Why did not you install porteus on a linux partition like ext4? You should be working from a native linux file system and this way you will not be needing a save.dat file, except in special circumstances. If you boot porteus from a linux partition there is no need for save.dat containers.
Thus you prefer to boot always fresh (no save changes) but at the same time you want to save changes. If you persist running porteus on windows filesystem, you will have to resort to save.dat containers once again.
Is there a specific reason that motivated you to use fat32 to install porteus on you hdd? Why did not you install porteus on a linux partition like ext4? You should be working from a native linux file system and this way you will not be needing a save.dat file, except in special circumstances. If you boot porteus from a linux partition there is no need for save.dat containers.
Prendre son temps, profiter de celui qui passe.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Exporting Google Chrome Settings
The directory you want is at: ~/.config/google-chrome
Please look at the Porteus documentation for 'magic folders' which can save changes to just one folder.
You may also prefer to save your chrome settings as a module like this:
where xY is the real path to your Porteus install partition.
Please look at the Porteus documentation for 'magic folders' which can save changes to just one folder.
You may also prefer to save your chrome settings as a module like this:
Code: Select all
mkdir /tmp/mod
cp -a --parents ~/.config/google-chrome /tmp/mod
dir2xzm /tmp/mod /mnt/sdxY/porteus/modules
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 49
- Joined: 07 Apr 2014, 04:10
- Distribution: Porteus 3.0 RazorQT
- Location: Chicago
Re: Exporting Google Chrome Settings
Well, when I first installed Porteus on my pendrive, I was a complete newb and had no idea about linux file systems and whatnot. I think, in the forum I mentioned, someone suggested me to start from scratch except using ext4 fs this time, but I was too lazy back then. I'm starting to feel the pain now, though.francois wrote:Is there a specific reason that motivated you to use fat32 to install porteus on you hdd?

-
- Black ninja
- Posts: 49
- Joined: 07 Apr 2014, 04:10
- Distribution: Porteus 3.0 RazorQT
- Location: Chicago
Re: Exporting Google Chrome Settings
Ah, I completely missed this option! This should be my cue to explore Porteus a bit more. Love this feature! Thanksbrokenman wrote:Please look at the Porteus documentation for 'magic folders' which can save changes to just one folder.

- francois
- Contributor
- Posts: 6498
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: [Solved] Exporting Google Chrome Settings
@jacoby:
brokenman's words are gold. That is what could be called voluntary simplicity:
http://www.choosingvoluntarysimplicity. ... pler-life/
Downshifting means working towards simple living by making conscious choices to leave materialism behind and move on to a more sustainable lifestyle. It does not mean simply cutting back and trying to live the same life only with less money.
brokenman's words are gold. That is what could be called voluntary simplicity:
http://www.choosingvoluntarysimplicity. ... pler-life/
Downshifting means working towards simple living by making conscious choices to leave materialism behind and move on to a more sustainable lifestyle. It does not mean simply cutting back and trying to live the same life only with less money.
Prendre son temps, profiter de celui qui passe.