• 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 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