Anonymous
My feedback
3 results found
-
115 votes
Hello,
Thanks for your input, we understand the importance. This Feature request is registered in our tracking system as PPM-344 and it will be included into future Plesk versions. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!An error occurred while saving the comment -
429 votes
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IGAnonymous supported this idea · -
233 votes
Thank you for your input. We will explore the possibility of implementing YubiKey in upcoming releases.
Anonymous supported this idea ·
Script/command to encrypt and transfer all local Plesk backups to your FTP storage (linux):
tar -zc /var/lib/psa/dumps/ | gpg -c --passphrase <encryption phrase> --batch --yes --cipher-algo AES256 | curl --ftp-pasv --ssl -k -u <username:password> -T - "ftp://<your ip and path>/backup_$(date +%F).tgz.gpg"