other:linux:tb_ff
Differences
This shows you the differences between two versions of the page.
| other:linux:tb_ff [2015/11/06 12:02] – created jypeter | other:linux:tb_ff [2015/11/06 14:13] (current) – Added the 'tar' stuff jypeter | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Backing up FF and TB ===== | ===== Backing up FF and TB ===== | ||
| + | |||
| + | ==== The configuration directories ==== | ||
| The configuration directories of FF and TB are **located in the user's home directory** and can be easily located and backed up with a simple '' | The configuration directories of FF and TB are **located in the user's home directory** and can be easily located and backed up with a simple '' | ||
| Line 9: | Line 11: | ||
| **Warning**! These directories are hidden and may use a lot of disk space! You may want to check how much they are using from time to time, if you are a bit short on space: '' | **Warning**! These directories are hidden and may use a lot of disk space! You may want to check how much they are using from time to time, if you are a bit short on space: '' | ||
| + | |||
| + | ==== Creating the tar archive ==== | ||
| + | |||
| + | < | ||
| + | tar cvfz / | ||
| + | tar cvfz / | ||
| + | chmod 600 / | ||
| + | </ | ||
| + | |||
| ===== Restoring FF and TB ===== | ===== Restoring FF and TB ===== | ||
| + | |||
| + | < | ||
| + | \rm -rf .mozilla .thunderbird # Dangerous! Make sure you know what you are doing! | ||
| + | tar xfz / | ||
| + | tar xfz / | ||
| + | </ | ||
other/linux/tb_ff.1446807736.txt.gz · Last modified: by jypeter
