• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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