• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.

Ubuntu Question

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟461,102.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
Quick Question about Ubuntu Servers.

Is their an application like DropBox for ubuntu Servers
Not Dropbox For Ubuntu, but an app so I can use My Server as a storage server that my computers both local and offsite can have an application running that keeps the folder contents in sync all the time?
 

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟461,102.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
This isn't Ubuntu specific, but with Unison work for you?

Reading that (I could be reading it wrong) but that only works on a Pair of computers, I'm looking at keeping 5-7 systems shared. (And a few android systems if it supports it)
 
Upvote 0

Mr. Pedantic

Newbie
Jul 13, 2011
1,257
33
Auckland
✟24,178.00
Faith
Atheist
Marital Status
Single
I'm pretty sure Dropbox does one-way sync: AppleSwitcher • View topic - One-way folder sync to Dropbox?

Otherwise, you could use something like Crashplan, set up your server as the source, and your synced computer as the backup destinations. If you only need this to sync to other computers and not Crashplan's own servers, it's free.

EDIT: Actually, Crashplan won't work because it encrypts and unifies the files into archives, but you should be able to use Cobian, it does pretty much the same thing.
 
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
Quick Question about Ubuntu Servers.

Is their an application like DropBox for ubuntu Servers
Not Dropbox For Ubuntu, but an app so I can use My Server as a storage server that my computers both local and offsite can have an application running that keeps the folder contents in sync all the time?

What about Ubuntu One?
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,893
17,793
57
Earth For Now
Visit site
✟461,102.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others

not quite, that runs on their servers. I'm looking for one that I can run on My server so their is no limit in storage. Well other than the limit of my Hard Drives.
 
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
not quite, that runs on their servers. I'm looking for one that I can run on My server so their is no limit in storage. Well other than the limit of my Hard Drives.

Ah okay, now I see what you mean.

I guess the way I'd approach it is to use something like rsync for synchronisation and also samba or nfs for file sharing side.

This may give you an insight.
 
Upvote 0

Sketcher

Born Imperishable
Feb 23, 2004
39,044
9,489
✟422,039.00
Faith
Non-Denom
Marital Status
Single
Politics
US-Republican
Ah okay, now I see what you mean.

I guess the way I'd approach it is to use something like rsync for synchronisation and also samba or nfs for file sharing side.

This may give you an insight.

Cron job + rsync = win. Multiple commands may be needed to do everything you need this operation to do, which would require creating a shell script, and having the shell script run as a cron job.
 
Last edited:
Upvote 0

EphesiaNZ

It's me! Who else could it be...
Apr 19, 2011
5,471
453
New Zealand
✟30,297.00
Gender
Male
Faith
Christian
Marital Status
Married
Cron job + rsync = win. Multiple commands may be needed to do everything you need this operation to do, which would require creating a shell script, and having the shell script run as a cron job.

If the servers have a GUI then you could use a GUI frontend such as grsync which i think schedules too.
 
Upvote 0