dslreports logo
Search similar:


uniqs
960

nu2this
NOT
Premium Member
join:2005-04-07
Hallandale, FL

nu2this

Premium Member

dropbox version for myself?

How can I make a 'dropbox' type of sync of a folder over multiple devices?
nu2this

nu2this

Premium Member

bittorrent sync or owncloud

these are what seem to be what everyone is talking about, but anyone here have an opinion?

darcilicious
Cyber Librarian
Premium Member
join:2001-01-02
Forest Grove, OR

darcilicious to nu2this

Premium Member

to nu2this
This thread might be helpful: »OwnCloud

nu2this
NOT
Premium Member
join:2005-04-07
Hallandale, FL

nu2this

Premium Member

thanks... i was looking for more of an opinion from greater minds then my own about this topic as a whole, not just owncloud. Should I move over to that thread or stay with this one that i started?

Salty_Peaks
@173.255.181.x

Salty_Peaks

Anon

Hi, glad to see you're back. We have a couple of options, some are security-centric and others are "I can get there from anywhere with any device"-centric. Depending on the type of data you're publishing you may opt either way.

Mind answering what devices you want to be able to access the data and how sensitive the data is. I'm not looking for details just need to gauge the security focus.

nu2this
NOT
Premium Member
join:2005-04-07
Hallandale, FL

nu2this

Premium Member

thanks salty!

I have employee information being stored. I want to sync it as they are located across the USA and I need to access it from different devices when assigning them work.

This will be done on iMac, iPad, iPhone, android, and I am going to make my own desktop build (either amd or intel barebones build running debian), but this one will be in near future.

I am using dropbox now, and it works great, however, I don't feel it may be as secure as I want it to be.

Tirael
BOHICA
Premium Member
join:2009-03-18
Sacramento, CA

Tirael

Premium Member

The most secure way to do this would be for the clients to connect to the server (I assume it is some where) using SSH or SFTP. SSH includes the ability to do file transfer.

That is a little more involved, and cross platform use can be limited (some devices have to be rooted (read: phones/tablets) to use SSH/SFTP).

For a little less of a headache, you can try using Bittorrent Sync. I hear/have read good things about it. Supposedly, it generates a key for each folder shared that the client has to have in order to sync with what ever is running the Bittorrent Sync server (such as a linux box). Here is a tutorial to set it up on Debian.. After that, all you need is a Bittorrent Client (for IOS, your options are limited to Bittorrent's own clients, such as utorrent or their web browser version).

Salty_Peaks
@173.255.181.x

Salty_Peaks to nu2this

Anon

to nu2this
I'm with Tirael, a keypair based SSHFS session would be good, but sounds like you'd rather use something more Browser-centric like OwnCloud.

My recommendations:

Use OwnCloud, with a securely configured PHP instance (such as allow_url_fopen = false, disabling pass_thru, exec, system, etc). Configure the TCP 80 Apache2 listener to HTTP 301 to TCP 443 where you have a CA configured and you've issued client certificates to your devices. Configure Apache to do chrooting. Consider GPG/PGPing the data so it's secure at rest.

nu2this
NOT
Premium Member
join:2005-04-07
Hallandale, FL

nu2this

Premium Member

note... i haven't tried OwnCloud yet, but I really am enjoying btsync