• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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