Dropbox-like thing?
-
The key feature of DB is synchronization of files between multiple PCs. So, every PC will have it's own copy of files and it will be always up to date. So I can work with my files even having no connection to the server and/or internet at all. Sharepoint is good to provide web-access to shared files, but not for this. Web access to files is not critical.
Let's see if I get this right, what you want is a "Distributed Document Database". A really good one is Lotus Notes. As a mail system it sucks Donkey balls, but a distributed document database is what it was originally developed to be. It's costly though. And if you buy it, there will inevitably be some brainiac at your office that will lobby for using it as a mail system. So forget Notes! Have a look at CouchDB[^] instead. I haven't used it so I cant say if it's good.
-
Hello! I'm looking for solution for our team. We would like to have a 'shared folder' for all our guys, but it should be on our sever (Windows 2008), not @ Dropbox. We wouldn't like to use cloud storage, there is no need in it because we have our own server installed in a datacenter, it's accessible from the local network or thru VPN. I can't find any tool (or client/server tools) which would be the same way convenient as DB: simple to use, very quick synchronization etc. Any suggestions? How to make dropbox-like system using own hardware?
Microsoft to the rescue, sort of, possibly, so long as there is some sort of connection. Microsoft Sync Toy 2.1[^].
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
Hello! I'm looking for solution for our team. We would like to have a 'shared folder' for all our guys, but it should be on our sever (Windows 2008), not @ Dropbox. We wouldn't like to use cloud storage, there is no need in it because we have our own server installed in a datacenter, it's accessible from the local network or thru VPN. I can't find any tool (or client/server tools) which would be the same way convenient as DB: simple to use, very quick synchronization etc. Any suggestions? How to make dropbox-like system using own hardware?
You could use svn set up an svn server and install a client (tortoise is pretty good) on eveyone's pc
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
Dmitry Ivanov wrote:
So I can work with my files even having no connection to the server and/or internet at all.
Dmitry Ivanov wrote:
So, every PC will have it's own copy of files and it will be always up to date.
These two statements are incompatible. With no connection you cannot be sure that all copies are up to date.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
DB solves both things: makes local copies & sync's them as soon as connection is available. If there is a 'clash' (2 users changed the same file independently, then try to save it) it saves 2 copies of source with changed name. Not very elegant, but it's quite safe.
-
DB solves both things: makes local copies & sync's them as soon as connection is available. If there is a 'clash' (2 users changed the same file independently, then try to save it) it saves 2 copies of source with changed name. Not very elegant, but it's quite safe.
Maybe using offline folders[^] is having enough functionality for you. It solves conflicts the same way as Dropbox.
-
Maybe using offline folders[^] is having enough functionality for you. It solves conflicts the same way as Dropbox.
Hmmm... Forgot about this feature, I'll try, thanx...
-
Hello! I'm looking for solution for our team. We would like to have a 'shared folder' for all our guys, but it should be on our sever (Windows 2008), not @ Dropbox. We wouldn't like to use cloud storage, there is no need in it because we have our own server installed in a datacenter, it's accessible from the local network or thru VPN. I can't find any tool (or client/server tools) which would be the same way convenient as DB: simple to use, very quick synchronization etc. Any suggestions? How to make dropbox-like system using own hardware?
Use a shared folder and subversion to control changes... If a subversion solution doesn't work for you, then you should think on synch programs that check dates and so... Anyway, using subversion you would be able to synch, merge...
[www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.
-
Hello! I'm looking for solution for our team. We would like to have a 'shared folder' for all our guys, but it should be on our sever (Windows 2008), not @ Dropbox. We wouldn't like to use cloud storage, there is no need in it because we have our own server installed in a datacenter, it's accessible from the local network or thru VPN. I can't find any tool (or client/server tools) which would be the same way convenient as DB: simple to use, very quick synchronization etc. Any suggestions? How to make dropbox-like system using own hardware?
-
Hello! I'm looking for solution for our team. We would like to have a 'shared folder' for all our guys, but it should be on our sever (Windows 2008), not @ Dropbox. We wouldn't like to use cloud storage, there is no need in it because we have our own server installed in a datacenter, it's accessible from the local network or thru VPN. I can't find any tool (or client/server tools) which would be the same way convenient as DB: simple to use, very quick synchronization etc. Any suggestions? How to make dropbox-like system using own hardware?
-
I'm not sure whether MS's Live Mesh fits all your criteria. I use it to keep a bunch of folders in sync across different machines on my LAN. As all systems are part of the same LAN, the content never goes out to the cloud.
It looks quite interesting. But there are some limitations: "With Windows Live Mesh, you can sync up to 200 folders, each up to 50 GB in size and containing up to 100,000 files", not sure that we can fit.
-
It looks quite interesting. But there are some limitations: "With Windows Live Mesh, you can sync up to 200 folders, each up to 50 GB in size and containing up to 100,000 files", not sure that we can fit.