From 712a887e63cefee9f0aac41f6814090912ba08ac Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 17 Feb 2023 12:51:18 +0000 Subject: [PATCH] Small change for backup script git-svn-id: svn://192.168.202.10@3685 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/ADMIN_backup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ADMIN_backup.pl b/bin/ADMIN_backup.pl index 2307055a..d87fa783 100644 --- a/bin/ADMIN_backup.pl +++ b/bin/ADMIN_backup.pl @@ -459,7 +459,7 @@ if ( ($without_db < 1) && ($conf_only < 1) ) { $log_tables .= " $aryA[0]"; } - elsif ($aryA[0] =~ /server|^phones|conferences|stats|vicidial_list$|^custom|_email_list|_email_attachments/) + elsif ($aryA[0] =~ /server|^phones|conferences|stats|vicidial_list$|^custom|_email_list|_email_attachments|_notes$/) { $regular_tables .= " $aryA[0]"; }