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. Cloudron backups with Hetzner storage box

Cloudron backups with Hetzner storage box

Scheduled Pinned Locked Moved Discuss
11 Posts 7 Posters 1.4k Views 7 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.
  • BenoitB Offline
    BenoitB Offline
    Benoit
    translator
    wrote on last edited by Benoit
    #1

    Hello, I want to set up my backups with Hetzner storage box and I would like your opinion on the best protocol to use for large volumes of data and to know if you recommend this solution, and if you are satisfied with it. For example, I have about ten apps, including a Nextcloud instance with 500 GB of data. My Cloudron backups are secondary backups, as I also take snapshots of my VMs using Proxmox Backup. Ideally, I would like to use rsync to make the best use of my storage space.

    Thank you for your feedback.

    1 Reply Last reply
    1
    • nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by nebulon
      #2

      If you go for Hetzner storage box for backups, then the SSHFS is by far the preferred choice as it can do snapshot rotation on the server side, since Hetzner offers a limited remote shell which we specifically use here.

      I use that personally for a long time and I tend to say I would always recommend it over other storages for backups.

      1 Reply Last reply
      4
      • BenoitB Offline
        BenoitB Offline
        Benoit
        translator
        wrote on last edited by Benoit
        #3

        @nebulon how about the transfer speed? Do you also notice higher CPU or RAM usage? For a large volume of data in Nextcloud, do you think it's better than Object Storage? Thanks!

        EDIT : i found this post https://forum.cloudron.io/topic/12340/cloudron-8-released/7?_=1727429391377 and it seems to be faster after the first backup with rsync, great news !

        imc67I 1 Reply Last reply
        1
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #4

          for backups it is great, for actual data volumes for apps, I would always lean towards server-bound storage. Hetzner does have great options also in their auctions with lots of disk space.

          1 Reply Last reply
          0
          • BenoitB Benoit

            @nebulon how about the transfer speed? Do you also notice higher CPU or RAM usage? For a large volume of data in Nextcloud, do you think it's better than Object Storage? Thanks!

            EDIT : i found this post https://forum.cloudron.io/topic/12340/cloudron-8-released/7?_=1727429391377 and it seems to be faster after the first backup with rsync, great news !

            imc67I Online
            imc67I Online
            imc67
            translator
            wrote on last edited by
            #5

            @Benoit said in Cloudron backups with Hetzner storage box:

            @nebulon how about the transfer speed? Do you also notice higher CPU or RAM usage? For a large volume of data in Nextcloud, do you think it's better than Object Storage? Thanks!

            EDIT : i found this post https://forum.cloudron.io/topic/12340/cloudron-8-released/7?_=1727429391377 and it seems to be faster after the first backup with rsync, great news !

            Indeed after using this for over a month it’s still a miracle to see backups finishing so quickly.

            I once needed a restore of a WP app and that took about 3 minutes for about 2GB.

            1 Reply Last reply
            2
            • BrutalBirdieB Offline
              BrutalBirdieB Offline
              BrutalBirdie
              Partner
              wrote on last edited by
              #6

              Problem with rsync / ext4 is the max 255 bytes name limitation that can conflict in Nextcloud with a deep folder depth also encryption not to mention which increases the char count of each file and folder.
              The same goes for mails or anything where you can build deep structures with long strings.

              Like my work? Consider donating a drink. Cheers!

              necrevistonnezrN 1 Reply Last reply
              3
              • BrutalBirdieB BrutalBirdie

                Problem with rsync / ext4 is the max 255 bytes name limitation that can conflict in Nextcloud with a deep folder depth also encryption not to mention which increases the char count of each file and folder.
                The same goes for mails or anything where you can build deep structures with long strings.

                necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by
                #7

                @BrutalBirdie said in Cloudron backups with Hetzner storage box:

                Problem with rsync / ext4 is the max 255 bytes name limitation that can conflict in Nextcloud with a deep folder depth also encryption not to mention which increases the char count of each file and folder.
                The same goes for mails or anything where you can build deep structures with long strings.

                If this is really an issue that we can hit with backups, there should be a big fat caveat at https://docs.cloudron.io/backups/

                1 Reply Last reply
                1
                • J Offline
                  J Offline
                  joseph
                  Staff
                  wrote on last edited by nebulon
                  #8

                  @necrevistonnezr I think @BrutalBirdie is referring to file name length limitations with encryption . It's listed at https://docs.cloudron.io/backups/#encryption . You can simply disable Filename encryption ...

                  BrutalBirdieB 1 Reply Last reply
                  0
                  • J joseph

                    @necrevistonnezr I think @BrutalBirdie is referring to file name length limitations with encryption . It's listed at https://docs.cloudron.io/backups/#encryption . You can simply disable Filename encryption ...

                    BrutalBirdieB Offline
                    BrutalBirdieB Offline
                    BrutalBirdie
                    Partner
                    wrote on last edited by
                    #9

                    @joseph said in Cloudron backups with Hetzner storage box:

                    file name length limitations

                    Yes but that also happens with no encryption at all if you have deep structures in Nextcloud / Mail

                    Like my work? Consider donating a drink. Cheers!

                    1 Reply Last reply
                    3
                    • SansGuidonS Offline
                      SansGuidonS Offline
                      SansGuidon
                      wrote on last edited by
                      #10

                      I'm just migrating from Contabo Storage to Hetzner because of issues with Contabo... and I hope I won't face your issues folks ! I'll keep you posted πŸ™‚

                      About me / Now

                      1 Reply Last reply
                      3
                      • SansGuidonS Offline
                        SansGuidonS Offline
                        SansGuidon
                        wrote on last edited by SansGuidon
                        #11

                        FYI the migration to Hetzner Storage Box coming from Contabo Object Storage was worth it and fixed all failures related to backups whether it was in term of stability or duration.
                        I didn't encounter issues yet, despite I'm using encrypted backups and i've plenty of apps including Nextcloud but I don't have as much data on it.

                        About me / Now

                        1 Reply Last reply
                        3
                        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