Small change for backup script

git-svn-id: svn://192.168.202.10@3685 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-02-17 12:51:18 +00:00
parent 9f76027312
commit b66fb656c6
+1 -1
View File
@@ -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]";
}