| View previous topic :: View next topic |
| Author |
Message |
Spartan2 Been around the blocks

Joined: 15 Sep 2009 Posts: 21
|
Posted: Tue Dec 29, 2009 1:59 pm Post subject: Recommend my backup software... |
|
|
I have a 58TB Xsan volume and a 54TB direct-attached backup volume, (I know... it just worked out that way). Both volumes are mounted to a dedicated computer, (Dual G5) and all I need is software that can keep the backup volume a direct mirror of the Xsan. My original thought was to use Time Machine just to get things going quickly, but it doesn't like the setup I have for whatever reason, and refuses to copy even when I test it on a small amount of data.
Straight Finder copies happen very quickly, (200-400MBps) and I would like something that gets close to that at least. I tried BRU first and it managed about 60-70MBps. Rsync got me about 20-30MBps. Carbon Copy Cloner refuses to work with Xsan volumes. I've even tried the cvcpsync script floating around and it hard freezes the computer 100% of the time.
So that's where I'm at. I would like a free solution, but if there is a good commercial one I'm open to it. I just need to get something going pretty soon.
Thanks in advance,
Mario |
|
| Back to top |
|
 |
abstractrude Xsan Master

Joined: 13 Mar 2008 Posts: 860
|
Posted: Tue Dec 29, 2009 2:58 pm Post subject: |
|
|
| Try PresSTORE syncronize |
|
| Back to top |
|
 |
Spartan2 Been around the blocks

Joined: 15 Sep 2009 Posts: 21
|
Posted: Tue Dec 29, 2009 5:18 pm Post subject: |
|
|
I gave PresSTORE a try and it hovered around 100MBps which is better than anything so far, but still not as good as it could be. Plus it seems to have about 100 times more complexity than I really need. It's a good option, but I'd like to get some more suggestions...
Thanks,
Mario |
|
| Back to top |
|
 |
abstractrude Xsan Master

Joined: 13 Mar 2008 Posts: 860
|
Posted: Tue Dec 29, 2009 7:24 pm Post subject: |
|
|
how much change are you looking at a day. i dont know if you will be able to do what you want. you can try bakbone netvault. they have this need dedupe tech thats cool.
http://www.bakbone.com/netvault_smartdisk.php
we are talking serious enterprise prices though... |
|
| Back to top |
|
 |
Spartan2 Been around the blocks

Joined: 15 Sep 2009 Posts: 21
|
Posted: Tue Jan 05, 2010 1:17 pm Post subject: |
|
|
I found something called ChronoSync:
http://www.econtechnologies.com/pages/cs/chrono_overview.html
I'm giving the demo a try...
The interface is really easy to use while not hiding all the advanced features. It still only manages around 120MBps, but thats faster than everything else I've tried and the price is very reasonable. |
|
| Back to top |
|
 |
abstractrude Xsan Master

Joined: 13 Mar 2008 Posts: 860
|
Posted: Thu Jan 07, 2010 12:33 pm Post subject: |
|
|
| why dont you sync multiple instances at once. like sync folders within the volume.? |
|
| Back to top |
|
 |
Skelly Xsan Master

Joined: 21 Jul 2009 Posts: 70
|
Posted: Thu Sep 09, 2010 7:02 pm Post subject: |
|
|
I am also looking for a simple backup software that will do it automatically. Does anyone use one that works well? Currently I have 3 RAID'd 2TB drives and am copying everything over by hand and it's a pain in the ass.
Tagged for discussion. |
|
| Back to top |
|
 |
daveklee partially protected

Joined: 07 May 2010 Posts: 6
|
Posted: Fri Sep 10, 2010 9:18 am Post subject: |
|
|
| I've been very happy with ChronoSync for simple backups - both for Xsan and HFS+ volumes. Just make sure any Xsan backup destinations are formatted as case-sensitive. Good luck! |
|
| Back to top |
|
 |
daveklee partially protected

Joined: 07 May 2010 Posts: 6
|
Posted: Fri Sep 10, 2010 9:19 am Post subject: |
|
|
| I've been very happy with ChronoSync for simple backups - both for Xsan and HFS+ volumes. Just make sure any Xsan backup destinations are formatted as case-sensitive. Good luck! |
|
| Back to top |
|
 |
abstractrude Xsan Master

Joined: 13 Mar 2008 Posts: 860
|
Posted: Fri Sep 10, 2010 12:07 pm Post subject: |
|
|
| i use netvault, its old arcane and overly retarded. but you can do complex and large backups with it. it also has dedupe and replication and enterprise kind of stuff and this new feature called smart disk which is pretty neato. |
|
| Back to top |
|
 |
Julius fully protected

Joined: 10 Jul 2009 Posts: 13
|
Posted: Tue Apr 03, 2012 5:23 pm Post subject: |
|
|
I use synchronize pro x!
It's kinda like rsync/carboncopy but a bit faster and has a nice ui. |
|
| Back to top |
|
 |
matx Xsan Master

Joined: 15 Apr 2005 Posts: 378
|
Posted: Wed Dec 19, 2012 2:57 am Post subject: Re: Recommend my backup software... |
|
|
| Spartan2 wrote: | I have a 58TB Xsan volume and a 54TB direct-attached backup volume…
if there is a good commercial one I'm open to it. I just need to get something going pretty soon.
|
I use my own simple rsync scripts with newer rsync (compiled by hand, ports or other ways).
I also use PresSTORE sync.
Rsync is free. Use newer rsync 3.0.9 and not built-in 2.6.9 rsync.
Netvault works, but it's old and retarted (I agree with abstract rude)
Bru is … ick.
Go with rsync.
Or try a newer multi-threaded rsync written by Riley Shott:
<snip>
In short, running rsync in a serial fashion is painfully slow for large transfers as the initial "receiving file list" process can take a while for transfers with a lot of small files. To counter this I've written prsync_transfer which will copy the contents of one folder into another directory (not to be used for the transfer of individual files).
http://rileyshott.wordpress.com/2012/12/03/maclinux-parallel-rsync-utility/#more-95
https://github.com/Ginja/Admin_Scripts/blob/master/prsync_transfer
<snip> |
|
| Back to top |
|
 |
|