Brave is a browser closely centered on privateness, safety, and ease of use.  As of its present launch, the browser is powered by Chromium, an open-source different to Google Chrome.

Backing up Brave
The quickest approach to make a backup of the Brave browser’s settings and user-profile data is to use the Tar compression software in the Linux command-line. The explanation? Tar is extremely quick, versatile, and can be utilized in opposition to the GPG encryption software for added safety.

To begin the backup course of, shut all cases of the Brave internet browser in your Linux desktop. The backup can not occur when it’s open, as the profile may have information in use. As soon as the browser is closed, press Ctrl + Alt + T or Ctrl + Shift + T on the keyboard to launch a terminal window and observe the step-by-step directions beneath.

Step 1: In the terminal window, use the CD command to transfer into the ~/.config folder. This folder holds all configuration information for packages in your Linux PC, together with Brave.

cd ~/.config

Step 2: As soon as within the ~/.config folder, run the ls command to check out the contents of the listing. Go searching for the BraveSoftware listing, as that is the place your person data is saved.

2Q==

If you don’t see the BraveSoftware folder, you might want to re-install Brave earlier than you try to make a backup.

ls

Step 3: Upon confirming that the BraveSoftware folder is in the ~/.config listing, the backup can start. Utilizing the tar command, create a compressed archive of your Brave profile data.

Please take into account that when operating the tar command, compression could take a few minutes. The velocity of the compression course of is determined by how sturdy your PC {hardware} is.

tar -czvf my-brave-browser-backup.tar.gz BraveSoftware

Step 4: When the tar command finishes compressing your backup, it is going to output a TarGZ archive file with the title “brave-browser-backup.tar.gz.” You will have to copy it to the house listing (~) to acquire entry to the backup file.

Utilizing the mv command, place “my-brave-browser-backup.tar.gz” in the house folder.

mv my-brave-browser-backup.tar.gz ~/

Step 5: As the Brave backup file is moved to the house listing, there isn’t any longer a necessity to hold the terminal session in the ~/.config folder. Use the CD command to transfer house (~).

cd ~/

With the terminal session back in the house folder, observe alongside in the subsequent part to find out how to encrypt your backup.

Encrypting the backup with GPG

Encrypting the TarGZ backup file is finished with GnuPG (or GPG). The explanation we’ll be utilizing GPG is that it’s simple to use, and works effectively with the TarGZ archive format. Moreover, most Linux distributions have already got it put in.

In case you shouldn’t have the newest GPG put in in your Linux PC, go to Pkgs.org, click on on the Linux distribution you employ, and observe the directions to find out how to get it working.

To begin the encryption course of, go back to the terminal window and observe the step-by-step directions beneath.

Step 1: Run the ls command to verify that the Brave backup file remains to be in the house listing.

ls

Step 2: Use the gpg command to encrypt your backup. Needless to say when operating the encryption command {that a} sturdy password is important to hold the encrypted information secure.

gpg -c my-brave-browser-backup.tar.gz

Step 3: When the encryption course of is full, GPG will output a file with the title of “my-brave-browser-backup.tar.gz.gpg.” You’ll now want to delete the unencrypted backup.

rm my-brave-browser-backup.tar.gz

Once you’ve efficiently deleted the unencrypted model of the backup, the encryption course of is full. Take “my-brave-browser-backup.tar.gz.gpg”, add it to Dropbox, Google Drive, or place it on an exterior onerous drive for safekeeping.

Restoring the backup

On a brand new set up of Linux and wish to get your Brave browser profile up and operating? Open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T. Then, observe the steps beneath to find out how to restore the backup.

Step 1: Open up the Linux file supervisor. Place “my-brave-browser-backup.tar.gz.gpg” in the house listing, if it’s not there already.

Step 2: Utilizing the gpg command, decrypt the “my-brave-browser-backup.tar.gz.gpg” file.

gpg my-brave-browser-backup.tar.gz.gpg

Step 3: Use the tar command to extract the unencrypted backup file to the ~/.config folder.

tar xvf my-brave-browser-backup.tar.gz -C ~/.config

Step 4: As soon as the extraction is full, your Brave browser profile is restored to the ~/.config listing. Now, take away the unencrypted backup file utilizing the rm command.

rm my-brave-browser-backup.tar.gz

When accomplished eradicating the unencrypted backup, launch the Brave browser to begin utilizing your outdated settings.



Source link

Share.
Leave A Reply

Exit mobile version