I want to do 6 hourly whole backup for one account and then rsync it to another server.
I need to know the name of the script I need to run to backup the whole account, which I think is in the /scripts/ folder in SSH
I want to do 6 hourly whole backup for one account and then rsync it to another server.
I need to know the name of the script I need to run to backup the whole account, which I think is in the /scripts/ folder in SSH
Regards,
G
/scripts/pkgacct <Cpanel Account username>
will generate the full Cpanel backup of the account.
JaguarPC
jaguarpc.com
The backup will be generated in the /home directory as cpmove-username.tar.gz
![]()
Hi,
Thanks, is it possible to get it to save to a different location, if so how ?
Regards,
G
By default it will save to home directory. Im not sure whether we can define any path. You can move it by
You can restore using the following commandCode:mv /home/cpmove-USERNAME.tar.gz destination
Code:/scripts/restorepkg USERNAME
Hi,
Thanks
I have put together something that works for me.
Thanks for all your help![]()
Regards,
G