Skip to Content
0
Jun 08, 2018 at 04:54 AM

maxdb change backup_template

997 Views

Hi,

I need to modify an already defined backup template.the actual lemplate looks like:

backup_template_create l2 to FILE /backup/TST/LOG/abc123/LOG CONTENT LOG

and chould be changed to /backup/TST/LOG/LOG

by executing

backup_template_create l2 to FILE /backup/TST/LOG/LOG CONTENT LOG

-Is this the right way?

-Do I need a backup afterwards?

-Do I need a database reboot afterwards?