Xsanity Sanity for Apple's Xsan and Final Cut Server.
  
Wednesday, June 19 2013 @ 11:41 PM EDT
Topics
Storage (39)
People (1)
Xsan (105)
How To (26)
User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User
Who's Online
Guest Users: 12
Sponsorship

Xsanity is proudly sponsored by:

Tekserve
The Old Reliable Mac Shop

Recommend my backup software...

 
Post new topic   Reply to topic    Xsanity Forums Forum Index -> Replication, Backups, and Archiving
View previous topic :: View next topic  
Author Message
Spartan2
Been around the blocks
Been around the blocks


Joined: 15 Sep 2009
Posts: 21

PostPosted: Tue Dec 29, 2009 1:59 pm    Post subject: Recommend my backup software... Reply with quote

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
View user's profile Send private message
abstractrude
Xsan Master
Xsan Master


Joined: 13 Mar 2008
Posts: 881

PostPosted: Tue Dec 29, 2009 2:58 pm    Post subject: Reply with quote

Try PresSTORE syncronize
Back to top
View user's profile Send private message
Spartan2
Been around the blocks
Been around the blocks


Joined: 15 Sep 2009
Posts: 21

PostPosted: Tue Dec 29, 2009 5:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
abstractrude
Xsan Master
Xsan Master


Joined: 13 Mar 2008
Posts: 881

PostPosted: Tue Dec 29, 2009 7:24 pm    Post subject: Reply with quote

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
View user's profile Send private message
Spartan2
Been around the blocks
Been around the blocks


Joined: 15 Sep 2009
Posts: 21

PostPosted: Tue Jan 05, 2010 1:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
abstractrude
Xsan Master
Xsan Master


Joined: 13 Mar 2008
Posts: 881

PostPosted: Thu Jan 07, 2010 12:33 pm    Post subject: Reply with quote

why dont you sync multiple instances at once. like sync folders within the volume.?
Back to top
View user's profile Send private message
Skelly
Xsan Master
Xsan Master


Joined: 21 Jul 2009
Posts: 70

PostPosted: Thu Sep 09, 2010 7:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
daveklee
partially protected
partially protected


Joined: 07 May 2010
Posts: 6

PostPosted: Fri Sep 10, 2010 9:18 am    Post subject: Reply with quote

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
View user's profile Send private message
daveklee
partially protected
partially protected


Joined: 07 May 2010
Posts: 6

PostPosted: Fri Sep 10, 2010 9:19 am    Post subject: Reply with quote

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
View user's profile Send private message
abstractrude
Xsan Master
Xsan Master


Joined: 13 Mar 2008
Posts: 881

PostPosted: Fri Sep 10, 2010 12:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
Julius
fully protected
fully protected


Joined: 10 Jul 2009
Posts: 13

PostPosted: Tue Apr 03, 2012 5:23 pm    Post subject: Reply with quote

I use synchronize pro x!

It's kinda like rsync/carboncopy but a bit faster and has a nice ui.
Back to top
View user's profile Send private message
matx
Xsan Master
Xsan Master


Joined: 15 Apr 2005
Posts: 379

PostPosted: Wed Dec 19, 2012 2:57 am    Post subject: Re: Recommend my backup software... Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Xsanity Forums Forum Index -> Replication, Backups, and Archiving All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Best Viewed on a Mac | Suggested Browser: Whatever floats yer boat.