I need a simple file management solution for the following small business setup: an Ubuntu Hardy Linux Server and Windows and Mac OS X Clients.
We want to store and manage max 10 GB of files including documents, images, a few videos etc.
Our needs: - store all documents safely on the linux server (it is backed up daily) - be able to copy the whole documents to the local disks and work there (because computers go often offline) and check in those changes later on. - browse and download files from a web browser - auto sync document folders to and from server (how to handle conflicts,folder renames, file deletions???)
I have been thinking of:
- A version control tool like SVN/GIT or similar
- rsync
- bacula
However I would definitely want to hear some expert opinion. Any hints is appreciated.