Jump to content

Recommended Posts

Posted (edited)

Thanks for that. Im currently sorting our backups out. Got one of the £130 dell servers, put a big HD in, and am currently looking at what software is availible.

 

My original plan was NTbackup onto a Samba share but thats just pants.

 

We do have an RBC provided "rsnapshot" type one but it doesnt work. Great in theory though so would be interested in this thread. Ill post back if i find anything. Ideally it will be an (atleast almost) "all in one" package like openfiler/freenas - maybe i will try adding rsnapshot to one of them tomorrow, illl let you know.

 

Do you know if rsnapshot can preserve windows ACLs? Or does anyone know of similar software which can?

Edited by Guest
Posted
Anyone using rsnapshot to backup their nix servers?

 

No, although I can't quite remember why not, exactly - I have my own script that does exactly the same thing as what the documentation for rsnapshot describes.

 

--

David Hicks

Posted

I haven't used rsnapshot, but have been using similar systems for a while.

 

Previously ribs (rustyparts.com | RIBS (Rsync Incremental Backup Script) was used to get incremental backups of a full file system - worked well and was excellent for support staff, very easy to navigate a full file system to grab a deleted file, however it was _very_ slow, due to running on PHP.

 

At the moment I'm using rdiff-backup (rdiff-backup: Main) which is alot more space efficient than ribs, using 1.8TB to keep around 3 weeks worth of history of 1.5TB of files, whereas ribs used ~2.5x the space (probably due to the vast numbers of symlinks). While it's faster and more space efficient the commandline syntax is somewhat more clunky so requires more instruction for support staff to use.

 

rsnapshot looks to be well supported so I'll probably try it in preference to ribs when we get the new backup storage delivered.

Posted

Well I'm looking for a good way to backup my lamp boxes to openfiler and thought rsnapshot would be a good way but I'm not sure about the rsync over ssh to openfiler at the moment.

 

Ben

Posted
Do you know if rsnapshot can preserve windows ACLs? Or does anyone know of similar software which can?

 

I presume your using samba + extended acl support on your file system for this? If so:

 

getfacl -R /somewhere/share | gzip -9 > backup-acls.gz

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...