From b66fb656c6607efe749eb44a794cd89b291159f1 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 --- agc_2-X/trunk/bin/ADMIN_backup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/trunk/bin/ADMIN_backup.pl b/agc_2-X/trunk/bin/ADMIN_backup.pl index 2307055a..d87fa783 100644 --- a/agc_2-X/trunk/bin/ADMIN_backup.pl +++ b/agc_2-X/trunk/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]"; }