firefox backup script

This commit is contained in:
2025-02-20 15:21:10 +01:00
parent 5b16582597
commit e0015b5dc7
2 changed files with 28 additions and 0 deletions

View File

@@ -22,3 +22,8 @@ convert infile.md in the current folder to a pdf file (outfile.pdf) with code bl
### flatten.sh
move all the files in $1 subdirectories to $1.
**Careful**, this operation is irreversible and manually moving back all the files to where they were supposed to be will be a pain if you flatten your home folder.
### backupfirefox.sh
script to backup firefox config directory and restore the latest backup
adapt the hostnames and paths to what you need, not made to be easily configured with environment variables.
**Careful**, firefox config folder includes all your profiles, including their cookies and localstorage (access tokens of your accounts can be there).