Go to file
2022-03-14 20:06:37 +01:00
templates Initial commit 2022-03-14 19:45:28 +01:00
.gitignore Initial commit 2022-03-14 19:45:28 +01:00
firefox-load.sh Rename variable local_path to save_path 2022-03-14 20:06:37 +01:00
firefox-save.sh Rename variable local_path to save_path 2022-03-14 20:06:37 +01:00
install.sh install.sh: correcty error in sed 2022-03-14 19:55:41 +01:00
README.md Initial commit 2022-03-14 19:45:28 +01:00
variables.conf.template Rename variable local_path to save_path 2022-03-14 20:06:37 +01:00

Firefox profile archiving (Unix-like)

Scripts permitting to save/restore Firefox profile to/from a defined location.

Requirements

  • p7zip

Files

  • firefox-save.sh performs a save of you Firefox profile.
  • firefox-load.sh restores a save of you Firefox profile.

Installation

  • bashrc-ffarchiving adds aliases to your shell prompt to call above scripts.
  • install.sh copies bashrc-ffarchiving to bashrc extension directory with correct paths.

TODO