Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Last night I was running the fullbackup.php script. It filled up my root volume and I need to find out where those files are and delete them right away.
please locate files with "find", "locate" on linux.
For example ( if you used the fullbackup.php as described at http://kb.odin.com/113252 , then you used a prefix like "fullbackup_<datestamp>" ) :
updatedb
locate fullbackup_
Be aware, that you might have as well temporary files in your temp - folder on your system ( "/tmp" ?!? ... this depends on your very own specific system configurations! ). Please check it to delete unneeded files.