firefox extension that saves everything

Joined
12 Feb 2006
Posts
17,643
Location
Surrey
i use ff on many machines and it gets annoying when ifind a new extension, bookmark etc that on each machine i have to find it if i remember and download it. Wondering is there an extension that bascially saves every setting the firefox im using has? i mean everything if possible, as in bookmarks, extensions, passwords and usernames saved for websites, accounts in fireftp, theme, all of it?
 
Windows Explorer and the Ctrl-C and Ctrl-V shortcuts?

Mozbackup will probably catch most stuff, but it isn't perfect.
 
Taking the whole Mozilla folder would copy other Mozilla apps' profiles as well, such as Sunbird (but not Thunderbird), which might not be desirable. The Firefox folder within that would be a slightly better choice.
 
You could write a batch file that copies the Firefox folder to another disk/drive/folder and just run it when you want to back it up.

You could then just zip the folder up from where it is copied to or even make the batch file run 7-Zip and make the archive for you. ;)
 
You could write a batch file that copies the Firefox folder to another disk/drive/folder and just run it when you want to back it up.

You could then just zip the folder up from where it is copied to or even make the batch file run 7-Zip and make the archive for you. ;)

Could you be so kind and knock up a batch file to do this please?
 
Could you be so kind and knock up a batch file to do this please?

enter Control Panel, then Regional Options, modify how the date is shown, change it to "yyyy-MM-dd"

and download 7zip commandline version, put 7za.exe into the X:\Windows\System32 folder, then use this batch file..


7za a "%appdata%\Mozilla\Backup %date%.7z" %appdata%\Mozilla\Firefox\* -mx9

you can change this.. "%appdata%\Mozilla\Backup %date%.7z" to whatever folder you want.. say "D:\backups\firefox %date%.7z"

only run it once a day, as it'll overwrite the ones with the same date..




use windows scheduled tasks for it
 
Back
Top Bottom