2

My company runs Mac workstations (mainly laptops) for most of its infrastructure, and we would like to have the workstations backed up periodically. While our staff are 'trained' to store work files on the server there is always the possibility that they have WIP which gets lost or they need to roll back etc.

We have been using Time Machine with a MacMini Server, however this has been a bit flakey, and after I moved the backups storage location (due to running out of disk space) and re-created the share the backups don't seem to want to complete verification and its been overall unreliable.

I am wondering if there are any other solutions out there which will offer something similar to Time Machine, even an appliance like the SonicWALL CDP, but will be more reliable and transparent as to what is happening?

Thanks.

Matthew Savage
  • 528
  • 1
  • 7
  • 18

5 Answers5

1

It's kind of hacky but you can purchase a higher end (i.e. not Apple) network storage device and use it to backup using Time Machine. Lifehacker has a tutorial on how to set it up and it's nice because you don't have to worry about extra software licensing costs and time machine is almost dead simple.

Scott Keck-Warren
  • 1,670
  • 1
  • 14
  • 23
0

We use Crashplan Pro, it works well for the laptops and road warrior types.

erimar77
  • 488
  • 2
  • 8
0

A Unix-wizard solution similar to Apple's Time Machine is rdiff-backup, which can be run periodically with the right entry in the crontab.

If you do not need to keep historical revisions, an even simpler solution is rsync (which is installed on OS X), coupled with crontab entries for periodic runs (this is what I've been using for years).

If you want, say, daily backups from laptops, the crontab might miss the backup time; in this case, a solution is to install anacron, which runs tasks that are overdue

PS: I wonder whether backuping a Time Machine drive does not require some special care: in fact, Apple uses hard links to directories, which might not be correctly handled by all copy methods (because they might allow infinite directory hierarchies through loops).

0

If you have a mac mini server already then how about using network home directories to backup user data from client to server and then using a simple incremental rsync script to backup the data from the server to a 3rd party storage device.

Jordan Eunson
  • 1,322
  • 1
  • 9
  • 15
0

We use Roxio's Retrospect and it works fairly well. It has a mode called Proactive Backup where it will sit there and backup your machines as they come onto the network, based on how long it's been since they were last backed up. We find it handy for road warriors, etc.

tegbains
  • 1,986
  • 13
  • 28