Go to file
2022-03-14 19:52:16 +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 Initial commit 2022-03-14 19:45:28 +01:00
firefox-save.sh Initial commit 2022-03-14 19:45:28 +01:00
install.sh install.sh: correcty typo in extensions directory check 2022-03-14 19:52:16 +01:00
README.md Initial commit 2022-03-14 19:45:28 +01:00
variables.conf.template Initial commit 2022-03-14 19:45:28 +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