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.
  • P p44

    @lucidfox Could you paste here your cifs string template?

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

    @p44 i just followed the one in the cloudron docs (and also the hetzner docs).

    cloudron:
    //<server>/<remote_folder> /backups_cifs cifs uid=yellowtent,gid=yellowtent,user=<user>,pass=<pass>,iocharset=utf8,x-systemd.automount 0 0

    hetzner:
    //<username>.your-storagebox.de/backup /mnt/backup-server cifs iocharset=utf8,rw,credentials=/etc/backup-credentials.txt,uid=<system account>,gid=<system group>,file_mode=0660,dir_mode=0770 0 0

    P 1 Reply Last reply
    2
    • 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.

      subvenS Offline
      subvenS Offline
      subven
      wrote on last edited by subven
      #28

      @lucidfox said in Backup Strategy Advice:

      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.

      I also did this and it's working fine. I choose a storage VPS at alphavps with 768MB RAM, 256GB HDD and 1TB bandwidth for 25€ per year. Had to resize the root partition and change the free RAM check at the Cloudron setup to be able to install Cloudron. After that I disabled local backups and installed Minio. Backup speed with rsync is okay for small setups and bandwidth should be suffisant since we're doing incremental backups.

      PS: be aware that they freeze your server at bandwidth overuse

      Are there any bandwidth overusage fees?
      No! We understand how frustrating can bandwidth overusage fees be and we've taken a different approach, to ensure our flat and predictable pricing - when you come close to running out of bandwidth, we will send a warning emails. Should you not respond and upgrade the server, we'll suspend it automatically, until the bandwidth counter is reset.

      scookeS 1 Reply Last reply
      4
      • L lucidfox

        @p44 i just followed the one in the cloudron docs (and also the hetzner docs).

        cloudron:
        //<server>/<remote_folder> /backups_cifs cifs uid=yellowtent,gid=yellowtent,user=<user>,pass=<pass>,iocharset=utf8,x-systemd.automount 0 0

        hetzner:
        //<username>.your-storagebox.de/backup /mnt/backup-server cifs iocharset=utf8,rw,credentials=/etc/backup-credentials.txt,uid=<system account>,gid=<system group>,file_mode=0660,dir_mode=0770 0 0

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

        @lucidfox said in Backup Strategy Advice:

        @p44 i just followed the one in the cloudron docs (and also the hetzner docs).

        cloudron:
        //<server>/<remote_folder> /backups_cifs cifs uid=yellowtent,gid=yellowtent,user=<user>,pass=<pass>,iocharset=utf8,x-systemd.automount 0 0

        hetzner:
        //<username>.your-storagebox.de/backup /mnt/backup-server cifs iocharset=utf8,rw,credentials=/etc/backup-credentials.txt,uid=<system account>,gid=<system group>,file_mode=0660,dir_mode=0770 0 0

        Which one do you use? These above are standards strings. First one on the top should work.

        Where is located source datacenter?

        L 1 Reply Last reply
        1
        • P p44

          @lucidfox said in Backup Strategy Advice:

          @p44 i just followed the one in the cloudron docs (and also the hetzner docs).

          cloudron:
          //<server>/<remote_folder> /backups_cifs cifs uid=yellowtent,gid=yellowtent,user=<user>,pass=<pass>,iocharset=utf8,x-systemd.automount 0 0

          hetzner:
          //<username>.your-storagebox.de/backup /mnt/backup-server cifs iocharset=utf8,rw,credentials=/etc/backup-credentials.txt,uid=<system account>,gid=<system group>,file_mode=0660,dir_mode=0770 0 0

          Which one do you use? These above are standards strings. First one on the top should work.

          Where is located source datacenter?

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

          @p44 i don't use it anymore. i've switched to a storage vps on alphavps, with a minio backup.

          P 1 Reply Last reply
          2
          • L lucidfox

            @p44 i don't use it anymore. i've switched to a storage vps on alphavps, with a minio backup.

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

            @lucidfox Ok ! 🙂 Hope it is working fine

            L 1 Reply Last reply
            2
            • P p44

              @lucidfox Ok ! 🙂 Hope it is working fine

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

              @p44 thanks, it works great.

              1 Reply Last reply
              2
              • subvenS subven

                @lucidfox said in Backup Strategy Advice:

                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.

                I also did this and it's working fine. I choose a storage VPS at alphavps with 768MB RAM, 256GB HDD and 1TB bandwidth for 25€ per year. Had to resize the root partition and change the free RAM check at the Cloudron setup to be able to install Cloudron. After that I disabled local backups and installed Minio. Backup speed with rsync is okay for small setups and bandwidth should be suffisant since we're doing incremental backups.

                PS: be aware that they freeze your server at bandwidth overuse

                Are there any bandwidth overusage fees?
                No! We understand how frustrating can bandwidth overusage fees be and we've taken a different approach, to ensure our flat and predictable pricing - when you come close to running out of bandwidth, we will send a warning emails. Should you not respond and upgrade the server, we'll suspend it automatically, until the bandwidth counter is reset.

                scookeS Online
                scookeS Online
                scooke
                wrote on last edited by
                #33

                @subven I'm not seeing the Minio app in the regular store... could you refresh my memory as to how to get it please?

                A life lived in fear is a life half-lived

                subvenS 1 Reply Last reply
                1
                • scookeS scooke

                  @subven I'm not seeing the Minio app in the regular store... could you refresh my memory as to how to get it please?

                  subvenS Offline
                  subvenS Offline
                  subven
                  wrote on last edited by
                  #34

                  @scooke actually it is in the normal store. No beta or special tricks required. You need at least Cloudron 5.3.0 to install it.

                  2021-03-31 10_32_11-Window.png
                  2021-03-31 10_32_19-Window.png

                  scookeS 1 Reply Last reply
                  3
                  • subvenS subven

                    @scooke actually it is in the normal store. No beta or special tricks required. You need at least Cloudron 5.3.0 to install it.

                    2021-03-31 10_32_11-Window.png
                    2021-03-31 10_32_19-Window.png

                    scookeS Online
                    scookeS Online
                    scooke
                    wrote on last edited by
                    #35

                    @subven Huh, so it is. That was weird for me, I scrolled up and down and even typed in the name, before asking you here. But now I can see it easily and clearly. Strange. Thank you!

                    A life lived in fear is a life half-lived

                    1 Reply Last reply
                    1
                    • E ethanxrosen referenced this topic
                    • E Offline
                      E Offline
                      ethanxrosen
                      wrote last edited by
                      #36

                      I think it probably makes more sense for most people who are using a storage VPS to forego installing Cloudron+Minio and instead just connect to their VPS with SSHFS.

                      If you use Minio's S3 api, there's a big disadvantage of no hard-links with rsync right? So total backup storage balloons if you want anything but a barebones retention policy. In my case the difference was around 5TB 😅. On the other hand setting up a secure SSH server is almost easier than a second cloudron (get a firewall going and auto update with unattended-upgrades). Not sure how people's experience is with backup stability over SSHFS these days.

                      Saw that ServaRica had some good prices competitive with Hetzner / alphaVPS.

                      1 Reply Last reply
                      5
                      • robiR Offline
                        robiR Offline
                        robi
                        wrote last edited by
                        #37

                        Interesting, haven't looked at ServaRica before, they seem to have daily expanding storage plans that start at 500GB of SAN +1 GB daily.

                        They also have an unlimited storage plan that does +3 GB daily.

                        Conscious tech

                        scookeS 1 Reply Last reply
                        4
                        • jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote last edited by
                          #38

                          @d19dotca might be interested in ServaRICA given they are in Canada

                          I use Cloudron with Gandi & Hetzner

                          1 Reply Last reply
                          2
                          • robiR robi

                            Interesting, haven't looked at ServaRica before, they seem to have daily expanding storage plans that start at 500GB of SAN +1 GB daily.

                            They also have an unlimited storage plan that does +3 GB daily.

                            scookeS Online
                            scookeS Online
                            scooke
                            wrote last edited by
                            #39

                            @robi I've been using Servarica since 2020 and have no complaints. I have two of those older Polar Bear servers, and in fact a newer "Black Friday 2024 - UniFied - UniFied FAT" on which I'm running a BTCPayServer due to having 8GB of ram.

                            A life lived in fear is a life half-lived

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