Configure the path where the home directory is located /etc/psa/psa.conf and set by DUMP_D
# cat /etc/psa/psa.conf | grep -w DUMP_D
DUMP_D /var/lib/psa/dumps
To change the default backup server path, follow the steps below:
– Create a folder containing backups
# mkdir /plesk_backups
– Open file /etc/psa/psa.conf
Change the value of DUMP_D one created in step 1: /plesk_backups Fort
DUMP_D /plesk_backups
– Authorization for /plesk_backups:
# chown psaadm.psaadm /plesk_backups
– Restart the service sw-cp-server
# /etc/init.d/sw-cp-server restart
Now the backup path configuration will be stored in the directory /plesk_backup
Good luck!
Post a Comment
Post a Comment