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. Anyone used Cloudron in VPS but backup to NAS at home?

Anyone used Cloudron in VPS but backup to NAS at home?

Scheduled Pinned Locked Moved Discuss
9 Posts 6 Posters 1.7k 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.
  • d19dotcaD Offline
    d19dotcaD Offline
    d19dotca
    wrote on last edited by
    #1

    Hey guys,

    I was just thinking... I have a NAS at home which is far from used in terms of storage space, and so I was just thinking if there was a way to have Cloudron backup to it. Has anyone achieved this?

    I tried launching it as an NFS mount by pointing to my home IP address (which is dynamic of course but I was only trying to see if it'd work, I'd probably find a DDNS service to fix the changing IP), and it kept failing with an unknown error (basically said it couldn't determine why it failed). I enabled NFS on my NAS, it should be reachable, but I'm still troubleshooting that in case it's a local NAS / network issue. In the meantime, I was wondering about things like speed and such, if anyone had any experience setting up this use-case and what it might be like (i.e. was it incredibly slow compared to Object Storage for example). FWIW, my internet connection is 300 Mbps symmetrical, so it isn't a slow connection or anything, I was thinking it'd be a lot faster than Object Storage but wasn't sure.

    Up to hearing from people who have done it or had issues like I have so far, and if it's even worth it.

    --
    Dustin Dauncey
    www.d19.ca

    fbartelsF R 2 Replies Last reply
    1
    • d19dotcaD d19dotca

      Hey guys,

      I was just thinking... I have a NAS at home which is far from used in terms of storage space, and so I was just thinking if there was a way to have Cloudron backup to it. Has anyone achieved this?

      I tried launching it as an NFS mount by pointing to my home IP address (which is dynamic of course but I was only trying to see if it'd work, I'd probably find a DDNS service to fix the changing IP), and it kept failing with an unknown error (basically said it couldn't determine why it failed). I enabled NFS on my NAS, it should be reachable, but I'm still troubleshooting that in case it's a local NAS / network issue. In the meantime, I was wondering about things like speed and such, if anyone had any experience setting up this use-case and what it might be like (i.e. was it incredibly slow compared to Object Storage for example). FWIW, my internet connection is 300 Mbps symmetrical, so it isn't a slow connection or anything, I was thinking it'd be a lot faster than Object Storage but wasn't sure.

      Up to hearing from people who have done it or had issues like I have so far, and if it's even worth it.

      fbartelsF Offline
      fbartelsF Offline
      fbartels
      App Dev
      wrote on last edited by
      #2

      Hi @d19dotca,
      for this use case I have a local Minio instance running on a box at home (that then mounts storage from my nas via nfs).

      1 Reply Last reply
      2
      • d19dotcaD d19dotca

        Hey guys,

        I was just thinking... I have a NAS at home which is far from used in terms of storage space, and so I was just thinking if there was a way to have Cloudron backup to it. Has anyone achieved this?

        I tried launching it as an NFS mount by pointing to my home IP address (which is dynamic of course but I was only trying to see if it'd work, I'd probably find a DDNS service to fix the changing IP), and it kept failing with an unknown error (basically said it couldn't determine why it failed). I enabled NFS on my NAS, it should be reachable, but I'm still troubleshooting that in case it's a local NAS / network issue. In the meantime, I was wondering about things like speed and such, if anyone had any experience setting up this use-case and what it might be like (i.e. was it incredibly slow compared to Object Storage for example). FWIW, my internet connection is 300 Mbps symmetrical, so it isn't a slow connection or anything, I was thinking it'd be a lot faster than Object Storage but wasn't sure.

        Up to hearing from people who have done it or had issues like I have so far, and if it's even worth it.

        R Offline
        R Offline
        roru2k20
        wrote on last edited by
        #3

        @d19dotca said in Anyone used Cloudron in VPS but backup to NAS at home?:

        Yes I have, but I use CIFS from a local Cloudron instance to a local NAS.

        First I create a directory e.g. /backup. After that I add an entry at FSTAB.

        //nas/backup    /backup cifs    credentials=/etc/.naskey,uid=1000,gid=1000,dir_mode=0755,file_mode=0644 0       0
        

        Now mount it with sudo mount -a.

        Last but not least configure it at Cloudron

        1 Reply Last reply
        1
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #4

          My mail server (on Cloudron) runs on DigitalOcean. I, then, back it up to my home Cloudron which has minio. Have this setup for 2-3 years now and it's quite reliable. I don't have much email data though, only ~10GB or so. I bring that up because depending on your ISP this will get counted as upstream traffic.

          robiR 1 Reply Last reply
          2
          • girishG girish

            My mail server (on Cloudron) runs on DigitalOcean. I, then, back it up to my home Cloudron which has minio. Have this setup for 2-3 years now and it's quite reliable. I don't have much email data though, only ~10GB or so. I bring that up because depending on your ISP this will get counted as upstream traffic.

            robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #5

            @girish port forwarding?

            Conscious tech

            girishG 1 Reply Last reply
            0
            • robiR robi

              @girish port forwarding?

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #6

              @robi yes, port 443 of home cloudron is exposed outside.

              1 Reply Last reply
              1
              • d19dotcaD Offline
                d19dotcaD Offline
                d19dotca
                wrote on last edited by
                #7

                Interesting, thanks guys! Glad to know it's not some fringe use-case. I'm struggling for some reason with Cloudron using NFS to my WD My Cloud EX2 Ultra unit. Oddly, Cloudron's GUI isn't helping, lol, it just gives me this error: Failed to mount (activating): Could not determine failure reason.

                I'm fairly sure it's a network issue on my side. I can connect via NFS locally (laptop on network to NAS), but if I try connecting from outside the network then it fails. I've opened up port 2049 (NFS) on my router, enabled NFS on the WD My Cloud EX2 Ultra, enabled it on the public folder as well, put it on a static IP. From what I can tell digging online, it seems that NFS isn't very accessible from outside the network based on WD's implementation of it. 😞

                Anways, I'll keep tapping away at it over time and see if I can get it to work, would likely make my network transfers much quicker for Cloudron backups while also saving me some Object Storage costs since I already have so much space in my WD unit.

                --
                Dustin Dauncey
                www.d19.ca

                DanTheManD 1 Reply Last reply
                0
                • d19dotcaD d19dotca

                  Interesting, thanks guys! Glad to know it's not some fringe use-case. I'm struggling for some reason with Cloudron using NFS to my WD My Cloud EX2 Ultra unit. Oddly, Cloudron's GUI isn't helping, lol, it just gives me this error: Failed to mount (activating): Could not determine failure reason.

                  I'm fairly sure it's a network issue on my side. I can connect via NFS locally (laptop on network to NAS), but if I try connecting from outside the network then it fails. I've opened up port 2049 (NFS) on my router, enabled NFS on the WD My Cloud EX2 Ultra, enabled it on the public folder as well, put it on a static IP. From what I can tell digging online, it seems that NFS isn't very accessible from outside the network based on WD's implementation of it. 😞

                  Anways, I'll keep tapping away at it over time and see if I can get it to work, would likely make my network transfers much quicker for Cloudron backups while also saving me some Object Storage costs since I already have so much space in my WD unit.

                  DanTheManD Offline
                  DanTheManD Offline
                  DanTheMan
                  wrote on last edited by
                  #8

                  @d19dotca
                  I use ZeroTier for backing up my stuff (Mailinabox-vm) from Digitalocean to my Home storage.
                  Only thing to keep in mind is that you have to install zerotier on both site's.

                  Not 100% sure if this will work Cloudron, but i guess it's worth a try mabye?

                  1 Reply Last reply
                  1
                  • d19dotcaD Offline
                    d19dotcaD Offline
                    d19dotca
                    wrote on last edited by
                    #9

                    So my WD My Cloud EX2 device seems to be having issues connecting to no-ip to register as a DDNS client to keep the IP always updated, as one of a few issues I'm encountering right now. I have no computer at home that's always on (I only have laptops), so I'm thinking of maybe getting a cheap computer just to run Cloudron inside of VirtualBox or something which points to the WD NAS with a mount point, run the Minio app in Cloudron to store on the WD NAS, and maybe that'd work? Does that even make sense though?

                    --
                    Dustin Dauncey
                    www.d19.ca

                    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