Question:
how to share large data files between two offices?
andrew t
2012-02-10 12:22:33 UTC
I am an architect and work for an architectural firm - obviously. Our company has two offices, a main office and a satellite office (which is where I work) We are separated by about 600 miles.

We often need people in our home office to work on our projects (all of the engineers are there) and often we help them with theirs. So we need to share project files - CAD drawings, photographs, documents etc.. which can be huge and multiple per project.

Currently our Satellite office uses Remote Desktop to remote into the home office's main file server and put our files there or take the ones we need from them. I moved a folder of just images this morning that was 850MB and it took literally hours just to make that one transfer which was not even close to the whole project... It's impossible to keep everyone on the same page this way.

We have always had a problem with sharing data due not only to file sizes and slow transfers but say if I'm working on a drawing and someone in the other office is working on the same drawing. We end up overwrite each others work (which has happened many times and it sucks). Or someone forgets to update the project and the other guy spends hours working on the old out dated version of something.

How do other companies in multiple office situations deal with this type of data sharing? I can't imagine we're the only ones in the world who have this need.

I do realize that we could move ALL our data to a cloud somewhere. The problem with that is our home office is royally stuck in their ways and won't even entertain the idea of cloud storage and giving up their precious archaic file server.. How was this accomplished before there even was a cloud? Is there some way to reliably "Sync" our two file servers?

P.S. Our satellite office only has a DSL connection. There is no cable in our building at all (who in this day and age builds an office building with no access to cable is beyond me!)

Thanks for any advice, sorry about the novel.
Four answers:
?
2012-02-10 12:52:21 UTC
The file server should reside in one location (there should be a redundant server and a good backup system in place). All files and programs would be placed here and everyone would connect to this server, either via Remote Desktop or from the same location. A folder structure should be built to organize all files. The file transfers would be done from a folder in one logical drive to another within the same server. This resolves the issue with file transfers to other folders.



The quick and dirty for file sharing and collaboration would be to setup folder structures similar to what developers do (Development, QA, Production) and keep files organized based on their development stage. File naming conventions also help differentiate between versions. There is also open source (free) software for version control out there, such as Subversion that could also minimize version control issues.



The above is a very simplistic approach, but it's a good place to start.
Fred
2012-02-10 12:26:03 UTC
One possible solution is dropbox. They offer a free and a paid for service depending on how much space you need. Go to dropbox.com for specifics. What it does is create a folder on the computers you install it on. When you move a file to this folder or change a file in the folder, it automatically sync any other computer running dropbox with the same credentials. It also stores a copy on the dropbox.com website which you can log into and download from anywhere. Great program and free or cheap!
?
2016-03-03 06:03:55 UTC
Wireless network is a network set up by using radio signal frequency to communicate among computers and other network devices. Sometimes it’s also referred to as Wife network or WAN. This network is getting popular nowadays due to easy to setup feature and no cabling involved. You can connect computers anywhere in your home without the need for wires. Here is simple explanation of how it works, let say you have 2 computers each equipped with wireless adapter and you have set up wireless router. When the computer send out the data, the binary data will be encoded to radio frequency and transmitted via wireless router. The receiving computer will then decode the signal back to binary data. It doesn’t matter you are using broadband cable/DST modem to access internet, both ways will work with wireless network. If you heard about wireless hotshot that means that location is equipped with wireless devices for you and others to join the network. You can check out the nearest hotshots from your home here.
Arsenic
2012-02-10 14:12:22 UTC
Have a look at DFS (distributed file system). It's designed to replicate data to a remote office.

Also, have a look at certain proxies, which can pre-populate CIFS content (Blue Coat ProxySG comes to mind) to a remote location as well as optimize the protocol.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...