Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. Backup Strategy Advice

Backup Strategy Advice

Scheduled Pinned Locked Moved Discuss
backup
39 Posts 12 Posters 5.3k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by marcusquinn
    #7

    I've had another thought on this, and something I'm thinking will work for our needs:

    Hetzner and most others have daily snapshot backups, likely that those have the same resilience as any of their storage boxes, and using that has no CPU cost to your VPS, although in Hetzner's care a 20% extra cost on the VPS, which I feel has value in that there's no reliance on your own software to do this.

    Which makes me think than any other off-site backups only need to be Weekly, for whatever retention period your needs require.

    It doesn't solve the Wasabi 90-day charges for deleted data issue completely, or the Backblaze ingress costs, which aren't that bad after the first Rsync is complete - but it does reduce the data storage and cycling by a factor of 7, can be scheduled for weekends or days/nights when servers are least used, and still fulfils the provider and geo-replication aims.

    Web Design https://www.evergreen.je
    Development https://brandlight.org
    Life https://marcusquinn.com

    1 Reply Last reply
    3
    • marcusquinnM Offline
      marcusquinnM Offline
      marcusquinn
      wrote on last edited by
      #8

      ^This also has additional cover in that when there's App or Cloudron Updates, the App or whole system has a backup triggered before those are installed.

      Basically, daily off-site backups are probably over-kill for almost all of us that have VPS backup snapshots enabled too, and for anyone that doesn't, a provider storage box is probable going to be more efficient for daily backups and S3 should really be more for weeklies.

      Web Design https://www.evergreen.je
      Development https://brandlight.org
      Life https://marcusquinn.com

      1 Reply Last reply
      2
      • L Offline
        L Offline
        lucidfox
        wrote on last edited by
        #9

        Thanks everyone for sharing your suggestions and insights (this is a very special community, and it's nice to be part of it). I've decided to try encrypted rsync to a Hetzner StorageBox via a CIFS mount. Others seem to be having trouble maintaining the mount with Hetzner Storage Boxes, so hopefully that doesn't happen too often. Even though there might be latency issues, I think this would be better than using a Netcup NFS mount, just so that the backups go to another provider from what the VPS is on.

        @girish It would great if Cloudron could add more robust and nuanced backup options at some point. But I can understand that it's not priority at the moment (y'all are doing a great job with Cloudron).

        @marcusquinn Your thinking on using the VPS snapshot does make a lot of sense. In my case most of the app data is on an Netcup NFS mount, so snapshoting the server wouldn't be very useful (I doubt the addon storage is included). So I've sort off flipped that on it's head, and will try doing daily rysnc backups (retained for a week) and then weekly automatic snapshots on the Hetzner Storage Box (you get a certain number free, depending on storage capacity). This doesn't have the effect of conserving VPS resources, but should extend the backup range without adding to storage costs.

        marcusquinnM 1 Reply Last reply
        1
        • L lucidfox

          Thanks everyone for sharing your suggestions and insights (this is a very special community, and it's nice to be part of it). I've decided to try encrypted rsync to a Hetzner StorageBox via a CIFS mount. Others seem to be having trouble maintaining the mount with Hetzner Storage Boxes, so hopefully that doesn't happen too often. Even though there might be latency issues, I think this would be better than using a Netcup NFS mount, just so that the backups go to another provider from what the VPS is on.

          @girish It would great if Cloudron could add more robust and nuanced backup options at some point. But I can understand that it's not priority at the moment (y'all are doing a great job with Cloudron).

          @marcusquinn Your thinking on using the VPS snapshot does make a lot of sense. In my case most of the app data is on an Netcup NFS mount, so snapshoting the server wouldn't be very useful (I doubt the addon storage is included). So I've sort off flipped that on it's head, and will try doing daily rysnc backups (retained for a week) and then weekly automatic snapshots on the Hetzner Storage Box (you get a certain number free, depending on storage capacity). This doesn't have the effect of conserving VPS resources, but should extend the backup range without adding to storage costs.

          marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by marcusquinn
          #10

          @lucidfox Sounds like a solid strategy to me. Certainly right to have a multi-provider & encrypted setup.

          One of the biggest risks I see with anything nowadays isn't technical but Ts & Cs and provider lock-out.

          Their platforms, their rules, they can change at any time and you can be an accidental victim of bad actors in ways you'll never imagine before it happens.

          From what I understand storage boxes have hardware redundancy, so I don't think that would be a point of failure - most backup recovery needs are user or software caused.

          In my experience, no-one ever needs a backup past a week old, what is usually needed is the most recent recoverable.

          So I think start with shorter intervals to get it all working confidently, then extend to longer intervals and don't store too old for the sake of it if you don't have some regulatory needs to.

          This is my personal Cloudron setup now (rsync encrypted to Wasabi) + the 7 daily provider snapshots:

          f26d2f3d-a41b-4d62-a13e-998a058a6e2f-image.png

          Happy with this for balancing costs, cruft and security.

          Web Design https://www.evergreen.je
          Development https://brandlight.org
          Life https://marcusquinn.com

          L P 2 Replies Last reply
          2
          • marcusquinnM marcusquinn

            @lucidfox Sounds like a solid strategy to me. Certainly right to have a multi-provider & encrypted setup.

            One of the biggest risks I see with anything nowadays isn't technical but Ts & Cs and provider lock-out.

            Their platforms, their rules, they can change at any time and you can be an accidental victim of bad actors in ways you'll never imagine before it happens.

            From what I understand storage boxes have hardware redundancy, so I don't think that would be a point of failure - most backup recovery needs are user or software caused.

            In my experience, no-one ever needs a backup past a week old, what is usually needed is the most recent recoverable.

            So I think start with shorter intervals to get it all working confidently, then extend to longer intervals and don't store too old for the sake of it if you don't have some regulatory needs to.

            This is my personal Cloudron setup now (rsync encrypted to Wasabi) + the 7 daily provider snapshots:

            f26d2f3d-a41b-4d62-a13e-998a058a6e2f-image.png

            Happy with this for balancing costs, cruft and security.

            L Offline
            L Offline
            lucidfox
            wrote on last edited by
            #11

            @marcusquinn I don't have any regulatory needs. But it might make sense to reach back into the past, to a reasonable extent, in case a user accidentally deletes files and doesn't realise for a bit.

            marcusquinnM 1 Reply Last reply
            0
            • L lucidfox

              @marcusquinn I don't have any regulatory needs. But it might make sense to reach back into the past, to a reasonable extent, in case a user accidentally deletes files and doesn't realise for a bit.

              marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #12

              @lucidfox Haha, yeah, that happens - but some Apps have file-versioning or Trash features too, some allow users to flag a delete but the DB or file system doesn't delete until a sys admin purges. So you might be taking a sledgehammer to crack a nut.

              If there's any apps in particular you think that might save you from backup exponentials and you're not sure, ping their names in here and I might or others might have a quicker answer.

              Web Design https://www.evergreen.je
              Development https://brandlight.org
              Life https://marcusquinn.com

              marcusquinnM 1 Reply Last reply
              0
              • marcusquinnM marcusquinn

                @lucidfox Haha, yeah, that happens - but some Apps have file-versioning or Trash features too, some allow users to flag a delete but the DB or file system doesn't delete until a sys admin purges. So you might be taking a sledgehammer to crack a nut.

                If there's any apps in particular you think that might save you from backup exponentials and you're not sure, ping their names in here and I might or others might have a quicker answer.

                marcusquinnM Offline
                marcusquinnM Offline
                marcusquinn
                wrote on last edited by
                #13

                @marcusquinn I suppose the other thought with rsync is that the retention period isn't so bad on storage space since its all incremental. Tarballs would be though.

                So many variables to think through eh! So a worthy post and conversations to have evolve here for others I'm sure.

                Web Design https://www.evergreen.je
                Development https://brandlight.org
                Life https://marcusquinn.com

                1 Reply Last reply
                1
                • subvenS subven

                  I would recommend encrypted rsync backups. Because of the encryption, you don't have to trust your backup provider.

                  Not sure but a good option would be Netcups storage spaces together with one of their Cloud vLAN producs to have decent backup speed. Cost would be around 15-25€ for 1TB per month.

                  Because you said you want another provider maybe within another region, we have to consider other options. The best Idea I had so far is a seperate VPS with enough storage space running Minio. A cheap option (for smaller setups) would be some generic webspace. I also thought about Strato High Drive Business. 1TB for 15€/month but I don't know about traffic and speed.

                  PS: I'm also looking for a decent cheap backup solution/provider for my 500GB Netcup server ^^

                  murgeroM Offline
                  murgeroM Offline
                  murgero
                  App Dev
                  wrote on last edited by
                  #14

                  @subven said in Backup Strategy Advice:

                  Because of the encryption, you don't have to trust your backup provider.

                  Even though they are encrypted and you can technically put them anywhere doesn't mean just go with any provider (god forbid someone got a hold of your keys to decrypt). You should have reasonable beliefs that the provider you choose wont do anything with your backups (encrypted or otherwise)

                  I use DigitalOcean for my backups (Dedicated hosting with OVH/Kimsufi) DO is cheap and reliable and I know, even with my encrypted data, they wont try to do anything with it.

                  --
                  https://urgero.org
                  ~ Professional Nerd. Freelance Programmer. ~

                  1 Reply Last reply
                  2
                  • marcusquinnM marcusquinn

                    @lucidfox Sounds like a solid strategy to me. Certainly right to have a multi-provider & encrypted setup.

                    One of the biggest risks I see with anything nowadays isn't technical but Ts & Cs and provider lock-out.

                    Their platforms, their rules, they can change at any time and you can be an accidental victim of bad actors in ways you'll never imagine before it happens.

                    From what I understand storage boxes have hardware redundancy, so I don't think that would be a point of failure - most backup recovery needs are user or software caused.

                    In my experience, no-one ever needs a backup past a week old, what is usually needed is the most recent recoverable.

                    So I think start with shorter intervals to get it all working confidently, then extend to longer intervals and don't store too old for the sake of it if you don't have some regulatory needs to.

                    This is my personal Cloudron setup now (rsync encrypted to Wasabi) + the 7 daily provider snapshots:

                    f26d2f3d-a41b-4d62-a13e-998a058a6e2f-image.png

                    Happy with this for balancing costs, cruft and security.

                    P Offline
                    P Offline
                    p44
                    translator
                    wrote on last edited by
                    #15

                    @marcusquinn Marcus do you have any workaround to manage Wasabi deletion policy? I mean, now maximum Cloudron retention policy is "1 month" or "forever".

                    So in case 1) you are under 3 month Wasabi policy. In second case 2) you should remember each month to delete backups older than 3 months.

                    @girish Can be interesting to add a "3 month" or "4 month" option?

                    marcusquinnM 1 Reply Last reply
                    1
                    • P p44

                      @marcusquinn Marcus do you have any workaround to manage Wasabi deletion policy? I mean, now maximum Cloudron retention policy is "1 month" or "forever".

                      So in case 1) you are under 3 month Wasabi policy. In second case 2) you should remember each month to delete backups older than 3 months.

                      @girish Can be interesting to add a "3 month" or "4 month" option?

                      marcusquinnM Offline
                      marcusquinnM Offline
                      marcusquinn
                      wrote on last edited by
                      #16

                      @p44 My current workaround since figuring the 90-day ruse out is to make a new account and let the old one go 😂

                      I'm still looking at options but might just made the backup interval longer for now and avoid tarballs.

                      Agreed, the interval and retention options could have a few more to cover things like this.

                      Web Design https://www.evergreen.je
                      Development https://brandlight.org
                      Life https://marcusquinn.com

                      P 1 Reply Last reply
                      1
                      • marcusquinnM marcusquinn

                        @p44 My current workaround since figuring the 90-day ruse out is to make a new account and let the old one go 😂

                        I'm still looking at options but might just made the backup interval longer for now and avoid tarballs.

                        Agreed, the interval and retention options could have a few more to cover things like this.

                        P Offline
                        P Offline
                        p44
                        translator
                        wrote on last edited by
                        #17

                        @marcusquinn LOL! 🙂 But I think it takes time, specially if you've to configure each time sub-accounts...

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          lucidfox
                          wrote on last edited by
                          #18

                          so just to update my results here - i tried a hetzner storagebox, but the cifs storage mount was having some stability issues. and it was so painfully slow as to be practically unusable.

                          so i switched to another option that i've seen mentioned in the forums here, which is to backup to a second cloudron using minio. and i'm happy to report that it's working fine. using an alphavps storage vps it's actually even cheaper, and it's quite convenient to have a further backup if needed.

                          P subvenS 2 Replies Last reply
                          4
                          • L lucidfox

                            so just to update my results here - i tried a hetzner storagebox, but the cifs storage mount was having some stability issues. and it was so painfully slow as to be practically unusable.

                            so i switched to another option that i've seen mentioned in the forums here, which is to backup to a second cloudron using minio. and i'm happy to report that it's working fine. using an alphavps storage vps it's actually even cheaper, and it's quite convenient to have a further backup if needed.

                            P Offline
                            P Offline
                            p44
                            translator
                            wrote on last edited by
                            #19

                            @lucidfox Thank's a lot for your advices! How many Cloudron instances you've to backup? With minio you use the same token for everyone?

                            L 1 Reply Last reply
                            0
                            • P p44

                              @lucidfox Thank's a lot for your advices! How many Cloudron instances you've to backup? With minio you use the same token for everyone?

                              L Offline
                              L Offline
                              lucidfox
                              wrote on last edited by
                              #20

                              @p44 I only have the one cloudron to backup at the moment, but I'd imagine you can use the same token or create other buckets and tokens on the same minio server.

                              P 1 Reply Last reply
                              0
                              • L lucidfox

                                @p44 I only have the one cloudron to backup at the moment, but I'd imagine you can use the same token or create other buckets and tokens on the same minio server.

                                P Offline
                                P Offline
                                p44
                                translator
                                wrote on last edited by
                                #21

                                @lucidfox Thank's Lucidfox. about cifs storage mount "stability issues", can you tell me more? Because now seems to be very stable and persistent...

                                L 1 Reply Last reply
                                1
                                • P p44

                                  @lucidfox Thank's Lucidfox. about cifs storage mount "stability issues", can you tell me more? Because now seems to be very stable and persistent...

                                  L Offline
                                  L Offline
                                  lucidfox
                                  wrote on last edited by
                                  #22

                                  @p44 sometimes in cloudron it would say 'this is not a cifs mount' or something similiar. even though it seemed to have been mounted properly, and showed up when checking via ssh. it could just be something to do with mounting it incorrectly though. i figured it was not worth troubleshooting, because of the slow speeds.

                                  jdaviescoatesJ P 2 Replies Last reply
                                  1
                                  • L lucidfox

                                    @p44 sometimes in cloudron it would say 'this is not a cifs mount' or something similiar. even though it seemed to have been mounted properly, and showed up when checking via ssh. it could just be something to do with mounting it incorrectly though. i figured it was not worth troubleshooting, because of the slow speeds.

                                    jdaviescoatesJ Offline
                                    jdaviescoatesJ Offline
                                    jdaviescoates
                                    wrote on last edited by jdaviescoates
                                    #23

                                    @lucidfox I just used the mount code provided by Hetzner here https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/ and have not had any problems

                                    I use Cloudron with Gandi & Hetzner

                                    ruihildtR 1 Reply Last reply
                                    4
                                    • L lucidfox

                                      @p44 sometimes in cloudron it would say 'this is not a cifs mount' or something similiar. even though it seemed to have been mounted properly, and showed up when checking via ssh. it could just be something to do with mounting it incorrectly though. i figured it was not worth troubleshooting, because of the slow speeds.

                                      P Offline
                                      P Offline
                                      p44
                                      translator
                                      wrote on last edited by
                                      #24

                                      @lucidfox Could you paste here your cifs string template?

                                      L 1 Reply Last reply
                                      0
                                      • jdaviescoatesJ jdaviescoates

                                        @lucidfox I just used the mount code provided by Hetzner here https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/ and have not had any problems

                                        ruihildtR Offline
                                        ruihildtR Offline
                                        ruihildt
                                        wrote on last edited by
                                        #25

                                        @jdaviescoates Are you using Ubuntu 20?

                                        jdaviescoatesJ 1 Reply Last reply
                                        0
                                        • ruihildtR ruihildt

                                          @jdaviescoates Are you using Ubuntu 20?

                                          jdaviescoatesJ Offline
                                          jdaviescoatesJ Offline
                                          jdaviescoates
                                          wrote on last edited by
                                          #26

                                          @ruihildt said in Backup Strategy Advice:

                                          @jdaviescoates Are you using Ubuntu 20?

                                          No. 18.04. I figured why change what's not broken 🙂

                                          I'll likely use Ubuntu 20 the next time I do a fresh install on Cloudron, but am keeping my existing Cloudron's that I installed on 18.04 on 18.04.

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search