Friday, May 23, 2014

wbadmin command line Howto

How to use wbadmin commandline create a full image to a network share

Assumptions:
Drives that need be backup:   C:    D:   and  F:
Backup Destination Server Name:     BCK001 (also can use IP address instead of server name)
Backup Desitnation Share Name:      dcbackup

If not require username and password to access the backup destination share folder, 


wbadmin start backup -backupTarget:\\bck001\dcbackup -include:c:,d:,f: -vssFull -quiet



If require authentication to access the backup destination share folder, 
username= admin         password= gXrq$002@

wbadmin start backup -backupTarget:\\bck001\dcbackup -user:admin -password:gXrq$002@ -include:c:,d:,f: -vssFull -quiet




No comments:

Post a Comment