it is possible to create a backup template or somehow configure backup shedule besides regular daily backup to local disk. I want to backup whole system every sunday to shared network folder. I must do it manually with "Backup once" in Windows Server Backup Console.
I looked into task scheduler and daily backup task is executed with templateId, like this:
wbadmin.exe start backup -templateId:{b217544a-00d6-4358-a8dd-ee14b82574f7} -quiet
It is possible to create another template with another setting?
I'm using windows server 2008 r2 standart.
Thanks a lot!