Link to home
Start Free TrialLog in
Avatar of timothydoerr
timothydoerr

asked on

Server Backup to remote share of all volume guids?

We have a immediate need to backup a server 2008 server that has 43 volume guids. Our current backup software is not working and vendor is lost. I saw a previous post on using command line to backup a remote share, but nothing on how to setup to backup the volume guids.
What would be the command to backup the system state, c drive and all volume guids?
So how do i modify the below to include  alist of 40+ volume guids?
wbadmin start backup -backupTarget:\\servername\share -include:C:,D: -allCritical -vssFull -quiet
Avatar of timothydoerr
timothydoerr

ASKER

I got it to slightly working using


wbadmin start backup -backupTarget:\\servername\share -include:C:,\\?\Volume{fc90b91d-0c60-4243-8665-36f6060ecfaf}\
 -allCritical -vssFull -quiet
However its prompting me Do you want to start the bakcup operating, after selcting y it starts.
Update: Some how pasting and copying command i missed -quite. Its running now, will update if it succeeds.
I have got the command to run, testing it now will take a bit its over 1.1 TB.
wbadmin start backup -backupTarget:\\servername\share -include:c:,\\?\Volume{73a7087d-90ea-488a-987f-3dd2b869facb}\,\\?\Volume{AF3125B6-7B91-482A-870F-4E29F62936E6}\,\\?\Volume{78265625-8508-45EF-9F56-D01D2F6E3352}\,\\?\Volume{77b20b93-063a-439a-8308-821addd943b1}\,\\?\Volume{2aa59215-4c4c-4152-ac62-8b29707527a3}\,\\?\Volume{CCEA05B7-2E4E-4224-9F67-EE7B165A4356}\,\\?\Volume{5430c1c2-9946-4280-a079-fe73a53e40f1}\,\\?\Volume{2deb3216-8fd7-49f4-8d4e-36cd85ac3fb2}\,\\?\Volume{ee853efc-a94b-4739-8f6c-81876be0613f}\,\\?\Volume{0648a4da-8cba-46cf-aaee-7e468bbcdbaf}\,\\?\Volume{540dc9dc-8dfe-4d49-b324-ca17f55e05f5}\,\\?\Volume{843281e5-c9b3-4686-9011-ecd6cef898ba}\,\\?\Volume{00adc0e5-b4a9-4c53-b7ec-a65dd50f7c59}\,\\?\Volume{1e367488-6752-4ace-83f4-ecc778aea952}\,\\?\Volume{49880134-c0fc-4f55-a9eb-1f78108268ca}\,\\?\Volume{9da67876-eeb3-47eb-8a78-0a3f097f9308}\,\\?\Volume{0928bc0d-5dbf-4bf4-81d6-6e8795c7c1d4}\,\\?\Volume{57f42cb4-1241-4fcb-850f-922a1e4c2037}\,\\?\Volume{2a0faaf1-7187-4db8-8918-3b300726fbf0}\,\\?\Volume{b85e814e-e1dd-442d-8fff-00ba4d8599d7}\,\\?\Volume{c8c32c77-4dd8-4672-8c38-ac123db11d38}\,\\?\Volume{5afc1f0b-e19f-450f-a5f3-43e40464d415}\,\\?\Volume{13771ef9-b3d3-4b6c-a631-79a3434207cb}\,\\?\Volume{3b14b656-f12c-4b2d-9873-baa6e5944099}\,\\?\Volume{a6b1d2c6-9681-4a55-be35-7be683f54c7c}\,\\?\Volume{4be88915-acb3-474c-b7ff-34b903edd4bd}\,\\?\Volume{676b5bd4-779d-4fbb-b782-37a1be2bc903}\,\\?\Volume{eea7195f-cae2-4266-bb21-562cd4866a6d}\,\\?\Volume{f6375cbb-4070-4574-bdae-2ccfdc0b3960}\,\\?\Volume{072bd557-9179-4900-8abf-e8b51f93e701}\,\\?\Volume{42b99f13-9d30-4bf8-af09-773fe448d7e9}\,\\?\Volume{441701f2-57e4-4663-a42c-2c644c0fe08d}\,\\?\Volume{df2c9bbd-8990-4ca7-af2e-b9602b1d5490}\,\\?\Volume{413fc42b-1b89-4bbc-bbbd-33dbd5f85dd8}\,\\?\Volume{84003d7b-e993-4740-b1ce-16536c4b86d8}\,\\?\Volume{8f9d1109-9f55-4210-83ed-e0cd76b2be20}\,\\?\Volume{9f9515a1-06a1-4b3f-831f-af74efab0883}\,\\?\Volume{d0b6c17c-1d7e-4f2d-a697-bebadd25b85d}\,\\?\Volume{28f1c5c0-a1b7-4dba-bd8a-50607dc70220}\,\\?\Volume{fc90b91d-0c60-4243-8665-36f6060ecfaf}\,\\?\Volume{be0b4329-9e81-415e-9b5b-d38f704b150a}\,\\?\Volume{a5fac26e-449b-4d0f-bce6-f7259b326eeb}\,\\?\Volume{c57f6246-68f1-4079-98b6-b2e60ed09dfc}\ -allCritical -vssFull -quiet
ASKER CERTIFIED SOLUTION
Avatar of timothydoerr
timothydoerr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial