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)?










share|improve this question




























    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)?










    share|improve this question


























      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)?










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 at 13:36









      harrymc

      249k10257550




      249k10257550










      asked Nov 22 at 13:22









      Christian Wolf

      1668




      1668






















          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.






          share|improve this answer





















          • 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











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          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

























          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.






          share|improve this answer





















          • 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















          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.






          share|improve this answer





















          • 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













          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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


















          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          QoS: MAC-Priority for clients behind a repeater

          Ивакино (Тотемский район)

          Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)