System backup

nem

Verified User
Joined
Apr 9, 2005
Messages
49
How can i do a full system backup of all client files on the server?

This way it will be easier for me just to backup files regularly for them just incase something bad happens.
 
1- Reseller Level
2- Manage User Backups
Step 1: Who
selectee All Users
Step 2: When
selectee Cron Schedule for daly or weekly or what you wanna set the time
Step 3: Where
selectee Local: ~/admin/user_backups/ for backup all site in your account :D
Step 4:
Submit
3- finsh ;)
 
and you can do full system backup form Admin Level then System Backup then setup what you need and set Cron Schedule and save it, aften you can see you full backup
folder name backup and in side some folder if you set daly backup then daly you will see new folder then delete what you don't wanna it ;)
 
Thanks for your help...

but how can i backup all of the accounts including resellers accounts. Because the method you showed me only shows the shared accounts. Not the resellers and the resellers users.
 
1- Admin Level
2- System Backup

((setup what you want))

3- Save
4- finsh


system backup will take full backup it mean you reseller account in folder name home with all normall account ;)

if you set Cron Schedule you system will take backup in new folder each time

form SSH
cd ..
cd backup
and you will see your backup folder there
 
The problem was that the system backup link wasnt on the skin i was using. :P

Changed the skin to default and voila - there it was.


And yes - DirectAdmin is the best!
 
I made the backup, i told the system to save it in...


$MOUNT./backup


So where would it be? Where is $MOUNT?
 
you can see backup file and folder by ssh

login root
cd /
cd backup
dir
*here is backup folder*


you can set other folder ;)
 
Back
Top