
Originally Posted by
rachelm
/scripts/cpbackup username
should work, replace username with the actual username.
Or you can manually make a backup using /scripts/pkgacct username
if you want it to go to a specific place then use
/scripts/pkgacct username /path/to/save/file.tar.gz
The script "cpbackup" will initiate a backup of all accounts according to the cPanel backup configuration settings defined via WHM.
Example usage:
Code:
# /scripts/cpbackup
# /scripts/cpbackup --force
The script "pkgacct" may be used to generate a full backup of an account specified by username and the script "restorepkg" may be used to restore from an existing full backup.