2

Background:

My fiancée needs a Mac Pro for movie editing and rendering. I need a web server and a backup solution for my MacBook Pro.

Idea

We thought we could split the costs of the Mac Pro and set it up to act as both a web server and a backup device.

Question

Is this a good idea? Specifically:

  1. Is it easy to set it up to incrementally backup one or several laptops over wifi? And what software would you recommend?
  2. Is it silent and stable enough to run a web server continuously?
  3. Will it manage all this, including simultaneous editing?

Thanks.

Dan
  • 83

1 Answers1

1
  1. I use rsync for backing up a selection of folders from my Macbook Pro to my Ubuntu box. With rsync you can make incremental backups. Rsync is a command line program that comes with every mac. You can automate your rsync backups by putting them in a cron job. A nice article on rsync can be found here: http://maketecheasier.com/make-incremental-backups-with-rsync/2010/08/25

Unfortunately, I cannot help you with your other questions.

Vincent
  • 1,150