nu2thisNOT Premium Member join:2005-04-07 Hallandale, FL |
nu2this
Premium Member
2014-May-5 9:05 pm
dropbox version for myself?How can I make a 'dropbox' type of sync of a folder over multiple devices? |
|
| nu2this |
nu2this
Premium Member
2014-May-5 9:22 pm
bittorrent sync or owncloud
these are what seem to be what everyone is talking about, but anyone here have an opinion? |
|
darciliciousCyber Librarian Premium Member join:2001-01-02 Forest Grove, OR |
to nu2this
This thread might be helpful: » OwnCloud |
|
nu2thisNOT Premium Member join:2005-04-07 Hallandale, FL |
nu2this
Premium Member
2014-May-5 9:33 pm
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
Anon
2014-May-5 10:19 pm
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. |
|
nu2thisNOT Premium Member join:2005-04-07 Hallandale, FL |
nu2this
Premium Member
2014-May-5 10:54 pm
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. |
|
TiraelBOHICA Premium Member join:2009-03-18 Sacramento, CA |
Tirael
Premium Member
2014-May-6 2:52 am
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 to nu2this
Anon
2014-May-6 2:47 pm
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. |
|
nu2thisNOT Premium Member join:2005-04-07 Hallandale, FL |
nu2this
Premium Member
2014-Jun-13 12:36 pm
note... i haven't tried OwnCloud yet, but I really am enjoying btsync |
|
|