Issue Overview
The VPS backup process may experience freezing because the fs-freeze
command cannot freeze the processes running inside the VPS. This issue arises when cPanel secures the /tmp
folder, which interferes with the functionality of fs-freeze
. Consequently, the VPS halts while waiting for a response from the fs-freeze
command.
Solution
Manual Fix for cPanel Installation
To resolve this issue in a manually installed cPanel environment, follow these steps:
Access your VPS via SSH.
Run the following command to uninstall the
securetmp
feature of cPanel:/usr/local/cpanel/scripts/securetmp --uninstall
After executing this command, the VPS backup process will no longer freeze the processes inside the VPS.
Alternative Solution
If you prefer not to modify your existing cPanel setup, you can use a pre-built template that is optimized for this scenario. We recommend using our pre-built AlmaLinux + cPanel template, which is configured to avoid this issue.
Additional Information
For more details about the securetmp
script and its functionality, refer to the official cPanel documentation: The securetmp Script – cPanel Documentation