• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How to Change the default pleskbackup location to 2nd drive?

C

Chris-TT

Guest
Can anyone tell me how to change the default Plesk backup location, I want to change the default location to /dev/ad2s1d so all backups are saved to my second drive. I'm running FreeBSD 6 and Plesk 8.0.1
Cheers
 
Ok worked out how to do it.

Edit /etc/psa/psa.conf
Line 73 Change:
From: DUMP_D /usr/local/psa/var/dumps
To: DUMP_D /backup/serverbackups/dumps (your new directory)

Then copy across the old backups:
cp -ipr /usr/local/psa/var/dumps /backup/serverbackups

Make sure permissions are set to 750 for /backup/serverbackups and you need to change the ownership of serverbackups to psaadm (chown psaadm:psaadm serverbackups)

Any problems you get will most probably be to do with ownership or permissions so check everything against the original location.

When it’s all working you can delete the old backups from /usr/local/psa/var/dumps
 
Big thumbs up! THANK YOU!

This thread was just what I needed :)
 
Back
Top