edutech4schools Posted November 15, 2011 Posted November 15, 2011 On 2008r2 Is it possible to back these up individually? Why. We use an external company to backup our main server and are not allowed to create one off backups using MS backup as the external company use the system state service within their software, or something like that. I have a script that exports DHCP settings and re-imports which works as I have tested it, but what about DNS, GP's and AD. Thanks.
Killer_Bot Posted November 15, 2011 Posted November 15, 2011 I know you can backup GPOS through the Group Policy Management MMC though I'm not sure if you can backup their locations (i.e. where they are allocated). There are tools built into Server 2008 to backup AD (which would possibly include the DNS zones) though from what I gather you aren't allowed to use them? We use DPM for our backups so not much help using them either way sorry.
Michael Posted November 15, 2011 Posted November 15, 2011 The System State is all one thing and cannot be split (as far as I am aware). If backups occur at night, there's nothing stopping you backing up the System State during the day. Surely the services wouldn't be in use?
irsprint84 Posted November 15, 2011 Posted November 15, 2011 or 3am in the morning? systemstate isnt a massive backup if I recall
edutech4schools Posted November 18, 2011 Author Posted November 18, 2011 Well I just did the backup and dont seem to have killed any third party software. systemstate isnt a massive backup if I recall 2008r2 is way bigger then our old 2003 server. systemstate comes in at 12gb.
Michael Posted November 18, 2011 Posted November 18, 2011 I think this is because Server 2008 R2 backs up per volume.
Duke5A Posted November 21, 2011 Posted November 21, 2011 You can backup your entire DHCP config to a single file by dropping to a command line and typing this: netsh dhcp server export c:\dhcp.export You can exchange export for import to pull the scopes back in. I would imagine DNS would be just the same.
Duke5A Posted November 21, 2011 Posted November 21, 2011 My bad, I goofed on the command and the post is too old to modify. netsh dhcp server export all c:\dhcp.export[/Code]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now