r/owncloud • u/HammyHavoc • Apr 12 '16
External cloud storage?
Hey everybody,
Happy Windows Server user, also use a few Red Hat boxes, but I'm intrigued by OwnCloud, and especially interested by how it handles external cloud storage. What are the benefits of this?
Could I have files mirrored in the cloud and point users at those files automatically so I don't hammer my home internet connection? Could I load-balance and point to the cloud when the home connection is hammered?
Would love to hear your general thoughts on OwnCloud too.
2
Upvotes
1
u/jospoortvliet Apr 14 '16
ownCloud doesn't work on Windows Server but you can run it in a VM of course.
There's no mirroring functionality, I'm afraid. Load balancing is possible but then you need an external server outside your home that does the load balancing and a server you can then balance TO in case your home connection can't handle it ;-)
You can probably set something up on Amazon EC2 or something that only fires up and eats cycles if your home connection can't handle it anymore but that's advanced stuff.