Re: how to work from 2 offices
Assuming you'll have an internet connection from both places, then you could use rsync to sync the 2 machines. If you don't have both machines on at the same time, then you could look at an Internet filestore and rsync both systems (download at the beginning of the day and upload when leaving the office).
Rsync is an efficient mechanism that syncs changes in files rather than sending complete files and has been in use for many years.
|