Go to file
2022-09-22 18:53:08 +02:00
templates Initial commit 2022-03-14 19:45:28 +01:00
.gitignore Add the ability to disable install 2022-03-17 15:05:53 +01:00
firefox-load.sh Set scripts to new run_directory norm 2022-09-22 18:53:08 +02:00
firefox-save.sh Set scripts to new run_directory norm 2022-09-22 18:53:08 +02:00
install.sh Set scripts to new run_directory norm 2022-09-22 18:53:08 +02: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