This tutorial will outline how to backup all plesk configuration w/ users, domains, domain contents etc. basically backing up all settings and user data.
This does NOT backup the entire VPS -- meaning, folders outisde of your plesk CP will not be backed up.
The actual backup proccess is quite simple.
1. Log into your server via ssh
2. Run this command: /usr/local/psa/bin/pleskbackup --all /backup/pleskbackup
The "backup/pleskbackup" part of the command is telling the backup script to put the backup file in a folder(that I created) called "backup" and the backup file itself should be called "pleskbackup".
What I do is create a cron to run this script once a day. (Creating the cron is quite simple it can be all done in the "scheduled tasks" in the plesk cp with this command as the "command" setting in the cron.)
FYI - After the cron runs I also set up an rsync(a file transfer command) for this backup file to be uploaded offsite to a backup server.
Regards,
This does NOT backup the entire VPS -- meaning, folders outisde of your plesk CP will not be backed up.
The actual backup proccess is quite simple.
1. Log into your server via ssh
2. Run this command: /usr/local/psa/bin/pleskbackup --all /backup/pleskbackup
The "backup/pleskbackup" part of the command is telling the backup script to put the backup file in a folder(that I created) called "backup" and the backup file itself should be called "pleskbackup".
What I do is create a cron to run this script once a day. (Creating the cron is quite simple it can be all done in the "scheduled tasks" in the plesk cp with this command as the "command" setting in the cron.)
FYI - After the cron runs I also set up an rsync(a file transfer command) for this backup file to be uploaded offsite to a backup server.
Regards,