Question
How do you exclude cPanel files from updates?
Answer
- Log in to the server via SSH as
root -
To exclude specific files from updates, add the filename to
/etc/cpanelsync.exclude, for example, to exclude/usr/local/cpanel/scripts/pkgacctyou would run:# echo "/usr/local/cpanel/scripts/pkgacct" >> /etc/cpanelsync.exclude
For more information about the use of the /etc/cpanelsync.exclude file, refer to the following page:
Comments
0 comments
Article is closed for comments.