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?