Results 1 to 6 of 6
Hi I want to create a backup of my website from the back-end (Linux - console). Because my control panel licensed has been expired. And I want to create backup ...
- 03-23-2009 #1
How to create backup of a website from the backend?
Hi I want to create a backup of my website from the back-end (Linux - console). Because my control panel licensed has been expired. And I want to create backup for my website from the backed. Is there any way to do so? Please let me know. And how can I again restore it?
I tried to take backup using the script /scripts/cpbackup
user@localhost [~]# /scripts/cpbackup
[cpbackup] Setting up mount
[cpbackup] running: /bin/mount /backup
mount: can't find /backup in /etc/fstab or /etc/mtab
[cpbackup] running: /bin/mount -o remount,rw /backup
mount: can't find /backup in /etc/fstab or /etc/mtab
[cpbackup] Backup failed! /backup is not mounted! at /scripts/cpbackup line 904.
I googled this issue but i didn't find any solution for this.
- 03-24-2009 #2
what are you backing up, static html/php files or are you also needing mysql backups?
- 03-24-2009 #3Just Joined!
- Join Date
- Dec 2007
- Location
- Bangalore
- Posts
- 33
try /scripts/pkgacct <account_name> <destination>
- 03-24-2009 #4
Thanks it worked can you tell me how to delete an account and then restore it back ? From the back-end.
- 03-25-2009 #5Just Joined!
- Join Date
- Dec 2007
- Location
- Bangalore
- Posts
- 33
/scripts/killacct <account_name>
/scripts/restorepkg <account_name>
This might help you:
Scripts
- 03-25-2009 #6


Reply With Quote