Hello,
I want to change the email backup subject from vzdump backup status (node1): backup successful
I went to file /usr/share/perl5/PVE/VZDump.pm and changed the line:
FROM:
my $subject_template = "vzdump backup status ({{hostname}}): {{status-text}}";
TO:
my $subject_template = "Backup Status: {{status-text}}";
But it is not working.
Do I need to restart some service?
Thanks
Best Regards
Marco
I want to change the email backup subject from vzdump backup status (node1): backup successful
I went to file /usr/share/perl5/PVE/VZDump.pm and changed the line:
FROM:
my $subject_template = "vzdump backup status ({{hostname}}): {{status-text}}";
TO:
my $subject_template = "Backup Status: {{status-text}}";
But it is not working.
Do I need to restart some service?
Thanks
Best Regards
Marco