|
|
#1 |
|
OSX backup software to an NAS (not TimeMachine)
We have an OSX machine (10.5.8) that we want to back up to an existing NAS. We cannot use Time Machine, so are looking for the Acronis of Mac, so to speak. We also do not want to back up to the cloud.
We want the full suite of capabilities—always running in the background, complete system restore on demand (i.e. if our Mac gets fried, we can rebuild to the last backup, software and all), recovery disk, autonomously managed space, integrity checks, etc. It also has to have a very good/easy interface. This is going to go on my wife’s machine—she loathes learning new software, so the more handholding the better (or else it will just sit in the background). While we’d rather not pay an exhorbinent amount, we don’t need it to be free/shareware. Thanks~ *Time Machine requires that you have the target drive directly connected to the laptop. We’ve talked to Applecare and tried the workarounds on the net to no avail. It may work if we upgraded (twice), but that is not an option. If you think there is a solution we may have overlooked, great--but we've sunk a few hours into trying various commands and whatnot. This has even escaped Applecare. |
|
|
|
0
|
|
|
#2 |
|
RE: 10.5.8 and TM...
Hi Rhythmdvl,
As I'm sure Apple pointed out, your real problem is 10.5.8. You say that upgrading is not an option, but under 10.5 TM does not easily attach to non-TC network drives (although I do believe it is possible to force TM to do this through terminal commands, it is not possible using the GUI interface). If you upgrade, however, then TM's GUI allows you to use networked drives for backups. If you want to attempt to "do this yourself", then try: Code:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 Edit: To create a 500GB sparse bundle use something like: (I can't really be sure what to use here since I'm not running 10.5.8 and thus the naming is just a guess...you can perhaps look at your system to see how the naming should go. TM in 10.5.8 also may allow most any names, as long as you specify the exact name in a "tmutil inheritbackup..." command.) Code:
hdiutil create -size 500g -fs HFS+J -volname "Time Machine" FQDN_MAC.sparsebundle is the MAC address without the colons. Transfer this sparse bundle to the network drive using "dd", and set it as the TM destination using the appropriate "tmutil setdestination..." command. Again, I don't even know if these terminal commands are available under 10.5.8. Regards, Switon Last edited by switon; Dec 17, 2012 at 09:04 AM. Reason: added Edit: |
|
|
|
0
|
|
|
#3 |
|
Try Carbon Copy Cloner (make sure you get the version for your version of OS X). It will have a scheduler built into it.
__________________
Mac Book Pro Core 2 Duo 2.16Ghz, SuperDrive, 2G RAM, OS X 10.7.4 Mac Pro Dual 2.8 Quad(Rev B.), 14 G RAM, OS X 10.8.2, 23'' LCD iPad 3G, 32 black |
|
|
|
0
|
|
|
#4 |
|
Try CrashPlan which allows you to use their excellent software for free if you aren't backing up to their servers. Very simple interface, extremely reliable, and it does an excellent job of block level deduplication to minimize backup times and sizes while maximizing the number of file versions you can retain.
|
|
|
|
0
|
|
|
#5 |
|
1) for free, you can run "rsync" on the background
2) or you can try these other free methods: I wrote this simple steps for using a remote AFP share http://odnalor.org/wp/2012/11/17/osx...-over-afp.html which is based on these steps for NFS share http://blog.mediafederation.com/andy...-error-13-etc/ 3) or you can pay money and use other things that have been suggested here already
__________________
my pc died and i hardly noticed, go figure
|
|
|
|
0
|
|
|
#6 | |
|
Quote:
Rhythmdvl - In our Windows environment at my office, we treat images differently than backups. Images are large files that are mostly static, and are difficult to manage once you start making incremental versions of them. We use Acronis for occasional machine images, but real file backup software for daily use. On OSX, due to the way the system is designed, this is a little bit less important. So long as you back up your users Home and Applications directories, you can pretty much restore quickly from a clean install. Unless you really need the ability to restore a recent image as quickly as possible, that system is adding extra complexity to your backup routine, which, IMHO, should be as simple and as hands-off as possible. If it makes you feel better, I'd suggest doing one image backup either with Disk Utility or CCC and archiving it, then use file level backups for the regular day-to-day backups. May I ask why you are writing off cloud backups? In my experience they are among the most reliable and hands-off way of backing up simple user data, and it is extremely cheap with many providers. |
||
|
|
0
|
|
|
#7 |
|
|
0
|
|
|
#8 |
|
RE: 10.5.8 and TM...
Thanks for the information justperry...I have never used 10.5.8, as I moved from Linux servers to 10.6.8 server and thus did not know if tmutil was available in 10.5 -- that's why I wrote my caveat in the post. I assume that under 10.5 there must have been other terminal commands that could be used?
I know others are suggesting a variety of third-party backup programs...I wonder how these run under 10.5? In my opinion, the best option for the OP is to upgrade to 10.8 and then use TM for his/her network backups. Regards, Switon |
|
|
|
0
|
|
|
#9 | |
|
Quote:
There is no reason that 3rd party backups can't do a perfectly good job. We still use Time Machine going to a USB drive on my iMac, but we also use CrashPlan which has required zero configuration hassles since we set it up years ago. |
||
|
|
0
|
|
|
#10 | |
|
RE: interesting...
Quote:
Interesting that CrashPlan works so well with no hassles. Sounds like a good backup program. Does it use the rsync remote backup protocols? It is also interesting that you say that TM network backups are a "mixed bag" on 10.8. Personally I have not had any trouble with TM backups on network drives under 10.8.2, but I guess I should cross my toes and hope that I don't have problems in the future. I personally use several different backup schemes in combination, all the way from using "dd" for certain data files, "rsync" for others, TM for users's daily content generation, and CCC for the occasional creation of a bootable backup of the system volume for each Mac. Thanks for the information, Switon |
||
|
|
0
|
|
|
#11 | |
|
Quote:
Good to hear that Time Machine is working for you well. I had long periods of time where it did for me, but I eventually got tired of having to expend a great deal of time at each update to OSX to ensure that it continued to work. Breaks my cardinal rule of backups which is 'hands off.'
|
||
|
|
0
|
|
|
#12 |
|
almost true ... but TM utilizes symlinks which are native to unix systems. does crash-plan actually provide you with data deduplication on the ingest or data-at-rest?
__________________
my pc died and i hardly noticed, go figure
|
|
|
|
0
|
|
|
#13 | |
|
Quote:
Does that answer your question? |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:45 PM.







Linear Mode
