Hello,
While this does show you have it enabled, it would be most helpful to see the contents of /backup/cpbackup/daily/dirs/_var_cpanel.tar.gz extracted:
Code:
cd /backup/cpbackup/daily/dirs
tar -zxvf _var_cpanel.tar.gz
I made a backup on my 11.30.1.1 test machine of the configuration files with an ACL list cpfoo saved on that machine, then I extracted the backup:
root@host [/backup/cpbackup/daily/dirs/var/cpanel/acllists]# ls -lah
total 12K
drwxr-xr-x 2 root root 4.0K Jul 7 19:48 ./
drwxr-xr-x 67 root root 4.0K Jul 7 19:48 ../
-rw-r--r-- 1 root root 592 Jul 7 19:48 cpfoo
The list is there on my local backup. Are you certain you are viewing the correct location and extracting the right file?
Thanks!