I am setting up a back up of my OpenSUSE Leap server and am unsure whether to include the /.snapshots directory, which contain the snapper system snapshots. Any thoughts or links? I tried a web search about this, but didn’t find anything that seemed to provide an answer.

    • Cricket [he/him]@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 days ago

      Thanks! So that means that I should keep a back up of the snapshots in some way or another then. I’m using restic for backups. I’ll try to think of how I would do this. Thanks again.

      • cmhe@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        18 days ago

        Well… You can either handle the backups completely separate from snapper and those snapshots, or you just create a differential using only the just created snapshot afterwards.

        I wouldn’t try to backup all snapshots everytime, since that is just needless duplication. Snapshots are more of a convenices it something is accidentally deleted or you want to revert without restoring from the backups.

        • Cricket [he/him]@lemmy.zipOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          18 days ago

          Thanks again. On further consideration I may be OK since restic only backs up changed data and also deduplicates it.