@girish Yeah I was starting to think that as well. I'll give it a shot and report back. Thanks!
Best posts made by stratus41298
-
RE: Using NFS to backup cloudron from a Windows Server Share
Latest posts made by stratus41298
-
RE: Two Cloudron servers on same public IP?
@girish Thanks for responding so quickly! I'll need to revisit my DNS knowledge to get that up and running. Doesn't seem too crazy to do. Thanks for the link, and also for actually trying to answer Daniel's question inside your link. Too many times people say "just don't do that" or, "do this other thing instead". Drives me insane
-
Two Cloudron servers on same public IP?
Hi guys. Love Cloudron to pieces. I have all of my apps on a home server and it works great, but as it's a proper server, there's very little in the way of graphics processing. I would like to make a second cloudron server for part-time use so that I can install Kopano Meet on a separate computer and use when needed, which is not very often. I have a static IP at home here and was wondering if there was any way I could accomplish what I want, or if i'm better off just installing Kopano separately. Thanks in advance for any help or advice.
-
RE: Using NFS to backup cloudron from a Windows Server Share
@girish Yeah I was starting to think that as well. I'll give it a shot and report back. Thanks!
-
RE: Using NFS to backup cloudron from a Windows Server Share
@fbartels Thanks for the thought. I did make sure of the case sensitivity. I've learned that lesson too many times the hard way
I will try again maybe in all lower-case just to see if that changes anything.
@nebulon Do you think it would be easier if I just made an NFS server on the backup drive using Linux and connected them that way?
Thanks!
-
Using NFS to backup cloudron from a Windows Server Share
Hi there,
I'm trying to follow the documentation but I'm running into some roadblocks and am really wracking my brain.
My server is now self hosted and I added a drive to handle backups for various items including cloudron. I created an NFS storage volume in my server (separate drive) allowing everybody R/W access (for now) and have the following details:
Windows server 2016
Share name: Backups
Folder path D:\shares\backups
Remote path: MySVR:/BackupsClient:
Ubtuntu 18.04 Virtual Machine running CloudronCloudron documentation shows this to be added to the fstab file:
IP:/remote_volume /backups nfs rw,hard,tcp,rsize=8192,wsize=8192,timeo=14 0 0
So for me that would be
MySVR:/Backups /Backups nfs rw,hard,tcp,rsize=8192,wsize=8192,timeo=14 0 0
Did I do that right? Should I actually be putting the IP address my server uses on the LAN? I did try that, but it still didn't seem to work.
Also, in the backup page, would the filepath be MySVR:\Backups?
I just can't seem to find any help online for this particular setup and could really use some help. I'm having tons of fun, but this really has me stuck. Thanks in advance!
-Stratus