I have Windows backup scheduled using the main console in SBS 2011
I want to use task scheduler to run an additional backup to another hard drive.
So I believe I run:
wbadmin start backup -backupTarget:f: -include:d: -allCritical -systemState -quiet >> C:\backuplogs.txt
Do I need to specificy vssfull or vsscopy? Will vssfull interfere with the incremental backups currently scheduled? Will this run as a full back up each time or will it recognize the old version and do an incremental backup? is there another switch I need to include?