Is it possible to schedule backup tasks?
Of course. DasBackup uses the windows scheduler which can be started by clicking Open Scheduled Task.
Create a new task using the console application NorbertEder.Tools.DasBackup.Console.exe. The console tool can read all configurations created by DasBackup. You need to specify which configuration should be executed:
/config:configname
/sync:configname
Use /config to specify a simple backup configuration. Use /sync if the configuration is for synchronizing files. That's all about this.