• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How do I change / set up the backup directory

M

M:ke

Guest
[solved] How do I change / set up the backup directory

Hi.

I only have a very small /var-partition, so I have to move the backups on another.
But the filmng (maybe part of automatic backups) failed, because it cant create a directory where a symlink already exists.

Situation: /var/lib/psa is a symlink to /srv/backup/psa
Error Message while creating a backup:
Unable to create backup session: filemng failed: mkdir: cannot create directory `//var/lib/psa/dumps': File exists
filemng: Error occured during /bin/mkdir command.

I also cant run the mkdir command as root.
How can I change the plesk backup directory main path?

Thanks,
Mike
 
try to change this directly in /etc/psa/psa.conf file. should work.
 
can i change

# Backups directory
DUMP_D /var/lib/psa/dumps

To
# Backups directory
DUMP_D /mnt/backup/dumps in /etc/psa/psa.conf?
 
Back
Top