Do I have to have a computer I always keep running in order to have a server, say in Samba, NFS, Own Cloud and similar networky setups?
I know ... this is the newbiest of newbie questions. Please be kind.
Cecilieaux
Servers for networks own cloud ... always on?
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
-
- Level 5
- Posts: 637
- Joined: Mon Dec 09, 2013 9:43 am
- Location: Washington, D.C.
Servers for networks own cloud ... always on?
Last edited by cecilieaux on Fri Sep 09, 2016 6:07 am, edited 1 time in total.
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint Cinnamon 20.1 Ulyssa with Cinnamon DE
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint Cinnamon 20.1 Ulyssa with Cinnamon DE
Re: Servers, networks, own cloud, oh my!
What is your intent for this servercecilieaux wrote:Do I have to have a computer I always keep running in order to have a server, say in Samba, NFS, Own Cloud and similar networky setups?
I know ... this is the newbiest of newbie questions. Please be kind.
Cecilieaux

If it's just for intranet access then turn it off and on at will.
If you're running a web service or require 24/7 internet access then you might be better served with a hosting service like http://www.inmotionhosting.com/


-
- Level 5
- Posts: 637
- Joined: Mon Dec 09, 2013 9:43 am
- Location: Washington, D.C.
Re: Servers, networks, own cloud, oh my!
Yeah, just an home LAN of sorts.WharfRat wrote:What is your intent for this server? If it's just for intranet access then turn it off and on at will.
What about with Network Attached Storage or OwnCloud? Do these require me to have an always-on server of NAS unit? I hate the waste of electricity.
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint Cinnamon 20.1 Ulyssa with Cinnamon DE
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint Cinnamon 20.1 Ulyssa with Cinnamon DE
-
- Level 5
- Posts: 849
- Joined: Wed Jul 11, 2012 4:10 pm
- Contact:
Re: Servers for networks own cloud ... always on?
Owncloud has a sync client (that runs on the client computers). If setup to sync a given client folder with a folder on the server, the sync will occur when the server is up, otherwise it will wait.
Re: Servers for networks own cloud ... always on?
Hi,
have just posted this viewtopic.php?f=90&t=229494 regarding setting up a backup over internet.
Interested in the comment about OwnCloud.... is this simpler/cheaper/better than rsync with crontab?
Rgds, Tony
have just posted this viewtopic.php?f=90&t=229494 regarding setting up a backup over internet.
Interested in the comment about OwnCloud.... is this simpler/cheaper/better than rsync with crontab?
Rgds, Tony
-
- Level 5
- Posts: 849
- Joined: Wed Jul 11, 2012 4:10 pm
- Contact:
Re: Servers for networks own cloud ... always on?
Hi,
rsync (over ssh) is a good syncing/backup approach and, for that purpose alone, it's better and faster.
The Owncloud model reaches beyond backup/syncing, providing an interface for file sharing. It also has the usual features of a cloud file interface in a browser (Firefox, Chrome, etc.) such as: click-to-view photos and documents, user account management, file sharing settings, handy stuff like a calendar, etc. It's rock bottom cheap (free like beer and opensource). It cooperates well in a mixed-platform ecosystem (Windows, Apple, Android, essentially anyone with a browser can use it). Syncing with the Owncloud-client is hand's free. Bulk downloading from the browser interface sucks a bit.
It is not nearly as simple as rsync to setup and configure properly and certain system updates need to be performed surgically or owncloud breaks.
Give it a look in a VM.
rsync (over ssh) is a good syncing/backup approach and, for that purpose alone, it's better and faster.
The Owncloud model reaches beyond backup/syncing, providing an interface for file sharing. It also has the usual features of a cloud file interface in a browser (Firefox, Chrome, etc.) such as: click-to-view photos and documents, user account management, file sharing settings, handy stuff like a calendar, etc. It's rock bottom cheap (free like beer and opensource). It cooperates well in a mixed-platform ecosystem (Windows, Apple, Android, essentially anyone with a browser can use it). Syncing with the Owncloud-client is hand's free. Bulk downloading from the browser interface sucks a bit.
It is not nearly as simple as rsync to setup and configure properly and certain system updates need to be performed surgically or owncloud breaks.
Give it a look in a VM.