• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Add an additional HD to Plesk

AmeliaG

Basic Pleskian
Hello,

I added a 40GB HD to Plesk (directory is /home2).

My goal is to use this HD for backups. Under psa.conf I tried to change "DUMP_TMP_D /tmp" to "DUMP_TMP_D /home2", restarted psa, but when I use the backup manager I get an error "the directory home2 is does't exist or is not writeable" .

Please can someone help me to resolve this problem? Thank you ! Amelia
 
Hi,

I've not tested this but in theory it should work:

# rsync -a /var/lib/psa/dumps/ /home2/
# mount --bind /home2 /var/lib/psa/dumps

That's it :)

Regards,
Kristian
 
No, it doesn't work. Under the "download backup file to your local computer" I get an empty page.


Hi,

I've not tested this but in theory it should work:

# rsync -a /var/lib/psa/dumps/ /home2/
# mount --bind /home2 /var/lib/psa/dumps

That's it :)

Regards,
Kristian
 
Back
Top