• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Backup problem with Personal FTP repository

Free space in /usr required

I´m having the same issues but tracked them down to 2 causes:

2.) free space

I need to have the same amount of free space on my server as the backup will be in size. Because the backup is first being created on the server as *.tar.xml and then moved to the personal repository via ftp.

This is correct, but the trick is, that before the file is uploaded, it is temporarily stored in
Code:
/usr/local/psa/PMM/tmp
So if you don't have enough free space in the usr partition, the upload does not start at all (hence no failed log is written). I recognized this, because the FTP repo works for "server configuration only" as expected. And in this logfile, one can see, that the file is uploaded from this tmp-folder.

I don't mess-up the usr partition with free space needed for backup, i just created a directory under /var/tmp/psa (for owner with user and group psaadm) and replaced the /usr/local/psa/PMM/tmp with a symlink to /var/tmp/psa.
Now it works and the usr partition is still "small".

Hope, that helps. B-)

cateye
 
Back
Top