Feature Suggestions
Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.
Please write in English so that voters from all over the world can read and support your request.
Off-topic posts will be removed from here
25 results found
-
dropbox failure backup
Cannot back up vial dropbox
Screenshot below
https://docs.google.com/file/d/0B_mcwn8n7wYuWGNlRkZOdVpaZUU/edit?usp=drivesdk
1 votePlease choose to post your question at our forum http://forum.odin.com/forums/solutions-and-extensions.725/
Maybe someone will be able to suggest a solution
This site is only for proposals and not for troubleshooting
-
Make it possible to download large backup files by clicking the green arrow in the backup list.
Large backup files can not be downloaded since the browser needs to keep connection while the backup is prepared (copied from FTP, recompressed, etc.).
3 votesWe would appreciate if you could describe required actions in more details to reproduce the issue step-by-step.
Upd: We are closing this request, as no information was provided for over 2 months.
-
Do not work AUTObackup ! undebug pleace
Do not work AUTObackup ! undebug pleace
auto bedug now do no run self by time1 votePlease describe your problem in details in our forum http://forum.sp.parallels.com/ and I am sure someone will be able to help you.
The request is closed as it doesn’t include any proposal
-
Anyone know anything about "CloudBacko"?
Not shilling, and don't know if this is right forum, but does anyone know anything about this new Cloud storage firm?
They're offering 100 Gb free, which is quite good.However, what I really like about CloudBacko(http://free.cloudbacko.com/?r=1d), more than any of the other offerings, is that your data is also on your disk. So if your internet goes down, you've still got your files and you can sync later.
1 voteadvertisement
-
Delete temp. backup files!
Please clean up temp. backup files from the dumps folder.
Failed backups (to FTP) remain in the dumps folder filling up the storage space.This should not have to happen: please remove these files!
I am running a workaround cronjob script to delete them every day:
#!/bin/sh backupdumpsdelete#
# Delete backup more than 90 days old.
#
backupDir="/var/lib/psa/dumps"
#
daysToKeep=0echo "Checking for files older than $daysToKeep days in $backupDir"
listOfFiles=find $backupDir -mtime +$daysToKeep
if [ ! -z $listOfFiles ]
then
echo "Found [$listOfFiles]"
else
echo "None found."
fi
for toDelete in $listOfFiles
do
echo "Deleting $toDelete"…77 votesHello,
Thank you for your input. We do not consider this as a feature request but as a normal way for the backups: unnecessary or temporary files should be removed automatically. We already work on this direction, and all known bugs were delivered for Plesk Onyx 17.5 and Plesk Onyx 17.8.
Do not forget that on “Tools & Settings → Backup settings” there is a separate option “Save backups in the server storage if the upload to FTP fails” – it controls a part of this behavior.
I would recommend reporting each case with unnecessary backup files to our support department, we will check it carefully and fix.
- Don't see your idea?