Articles Archive for August 2021
Tutorial »
I wrote the simple script loop for cpanel backup with –skiphomedir option. This is useful for my own note.
The script is very simple. It just does loop cpanel backup with –skiphomedir option. It is very useful to back up cpanel account configuration with MySQL databases. If you want to just back up databases, head over to this link here.
#!/bin/bash
# Shell …