Is it safe to drop part of mozilla profile from the backup?
up vote
0
down vote
favorite
I have the problem, that my backup is flooded by mozilla's firefox' profiles. I have only one user with multiple profiles.
The thing is that firefox saves various data in sqlite files etc that just are updated.
I use a rsnapshot
-based backup approach: if a file has not changed it is hard-linked to the last version. So no storage is consumed.
If the file on the other hand has changed it needs to be completely written to the backup.
This causes the backup to increase rapidly although this is not always important data but caches etc.
So I intend to exclude the temporary cached and other data from the backup.
Now I saw that the biggest block in the firefox profile folder that seems to have regular updates is the storage/default
folder. Searching the internet I found this link. As far as I understand this, I can safely drop the files in the storage/default
and storage/temporary
folders in the backup. Firefox will recreate the content when I visit the pages again.
Is this correct? What sort of information is saved there (except for caches and temporary data)?
backup firefox-profile
add a comment |
up vote
0
down vote
favorite
I have the problem, that my backup is flooded by mozilla's firefox' profiles. I have only one user with multiple profiles.
The thing is that firefox saves various data in sqlite files etc that just are updated.
I use a rsnapshot
-based backup approach: if a file has not changed it is hard-linked to the last version. So no storage is consumed.
If the file on the other hand has changed it needs to be completely written to the backup.
This causes the backup to increase rapidly although this is not always important data but caches etc.
So I intend to exclude the temporary cached and other data from the backup.
Now I saw that the biggest block in the firefox profile folder that seems to have regular updates is the storage/default
folder. Searching the internet I found this link. As far as I understand this, I can safely drop the files in the storage/default
and storage/temporary
folders in the backup. Firefox will recreate the content when I visit the pages again.
Is this correct? What sort of information is saved there (except for caches and temporary data)?
backup firefox-profile
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have the problem, that my backup is flooded by mozilla's firefox' profiles. I have only one user with multiple profiles.
The thing is that firefox saves various data in sqlite files etc that just are updated.
I use a rsnapshot
-based backup approach: if a file has not changed it is hard-linked to the last version. So no storage is consumed.
If the file on the other hand has changed it needs to be completely written to the backup.
This causes the backup to increase rapidly although this is not always important data but caches etc.
So I intend to exclude the temporary cached and other data from the backup.
Now I saw that the biggest block in the firefox profile folder that seems to have regular updates is the storage/default
folder. Searching the internet I found this link. As far as I understand this, I can safely drop the files in the storage/default
and storage/temporary
folders in the backup. Firefox will recreate the content when I visit the pages again.
Is this correct? What sort of information is saved there (except for caches and temporary data)?
backup firefox-profile
I have the problem, that my backup is flooded by mozilla's firefox' profiles. I have only one user with multiple profiles.
The thing is that firefox saves various data in sqlite files etc that just are updated.
I use a rsnapshot
-based backup approach: if a file has not changed it is hard-linked to the last version. So no storage is consumed.
If the file on the other hand has changed it needs to be completely written to the backup.
This causes the backup to increase rapidly although this is not always important data but caches etc.
So I intend to exclude the temporary cached and other data from the backup.
Now I saw that the biggest block in the firefox profile folder that seems to have regular updates is the storage/default
folder. Searching the internet I found this link. As far as I understand this, I can safely drop the files in the storage/default
and storage/temporary
folders in the backup. Firefox will recreate the content when I visit the pages again.
Is this correct? What sort of information is saved there (except for caches and temporary data)?
backup firefox-profile
backup firefox-profile
edited Nov 22 at 13:36
harrymc
249k10257550
249k10257550
asked Nov 22 at 13:22
Christian Wolf
1668
1668
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
According to the Mozilla article
Browser storage limits and eviction criteria:
<profile>/storage/temporary
— temporary data storage repository
<profile>/storage/default
— default data storage repository
The folder storage/default
is where applications and webpages store their data,
so losing it will mean that everything would need to be re-entered.
/storage/temporary
seems to contain cookies and temporary stuff.
Losing it may cause some problems, but less than storage/default
.
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning/storage/default
, but losing/storage/temporary
might be supportable.
– harrymc
Nov 25 at 20:00
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
According to the Mozilla article
Browser storage limits and eviction criteria:
<profile>/storage/temporary
— temporary data storage repository
<profile>/storage/default
— default data storage repository
The folder storage/default
is where applications and webpages store their data,
so losing it will mean that everything would need to be re-entered.
/storage/temporary
seems to contain cookies and temporary stuff.
Losing it may cause some problems, but less than storage/default
.
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning/storage/default
, but losing/storage/temporary
might be supportable.
– harrymc
Nov 25 at 20:00
add a comment |
up vote
0
down vote
According to the Mozilla article
Browser storage limits and eviction criteria:
<profile>/storage/temporary
— temporary data storage repository
<profile>/storage/default
— default data storage repository
The folder storage/default
is where applications and webpages store their data,
so losing it will mean that everything would need to be re-entered.
/storage/temporary
seems to contain cookies and temporary stuff.
Losing it may cause some problems, but less than storage/default
.
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning/storage/default
, but losing/storage/temporary
might be supportable.
– harrymc
Nov 25 at 20:00
add a comment |
up vote
0
down vote
up vote
0
down vote
According to the Mozilla article
Browser storage limits and eviction criteria:
<profile>/storage/temporary
— temporary data storage repository
<profile>/storage/default
— default data storage repository
The folder storage/default
is where applications and webpages store their data,
so losing it will mean that everything would need to be re-entered.
/storage/temporary
seems to contain cookies and temporary stuff.
Losing it may cause some problems, but less than storage/default
.
According to the Mozilla article
Browser storage limits and eviction criteria:
<profile>/storage/temporary
— temporary data storage repository
<profile>/storage/default
— default data storage repository
The folder storage/default
is where applications and webpages store their data,
so losing it will mean that everything would need to be re-entered.
/storage/temporary
seems to contain cookies and temporary stuff.
Losing it may cause some problems, but less than storage/default
.
answered Nov 22 at 13:59
harrymc
249k10257550
249k10257550
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning/storage/default
, but losing/storage/temporary
might be supportable.
– harrymc
Nov 25 at 20:00
add a comment |
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning/storage/default
, but losing/storage/temporary
might be supportable.
– harrymc
Nov 25 at 20:00
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
What sort of data is stored there? My understanding is that webpages are stored on servers and delivered to the visitors not vice versa ;-). All I can think of that might be saved by web pages are cookies. These can be regenerated in case of huge data loss. I found this article but I do not understand the implications of it.
– Christian Wolf
Nov 25 at 19:55
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning
/storage/default
, but losing /storage/temporary
might be supportable.– harrymc
Nov 25 at 20:00
Mostly data used by add-ons and webpages. Cookies is one of them, but also sign-on credentials, add-on settings and more. I wouldn't advice abandoning
/storage/default
, but losing /storage/temporary
might be supportable.– harrymc
Nov 25 at 20:00
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377566%2fis-it-safe-to-drop-part-of-mozilla-profile-from-the-backup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown