#8469
Yutaka Emura
Keymaster

You can write a macro to change backup settings.

This is just an example how you write that macro:

cfg = document.Config;
cfg.Backup.SaveToFolder = true;
cfg.Backup.Folder = "C:BackupFolder";
cfg.Save();

Please let me know if you have further questions.
Thanks!