• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Plesk Backup Configuration: How to disable making backup_conf_xxxxx.tgz inside of the backup file?

OlegTV

New Pleskian
Hello guys,

Plesk during backup process makes apache and nginx configurations via backup_conf_xxxxx.tgz file. It contains files such as "httpd.conf, vhost_nginx.conf". Image attached. I would like to limit this and restrict making apache and nginx configurations backups by not creating this type of backups for customers that download backups. I want my server configuration to be restricted and keep it private.

I've tried so far adding following files to exclusion list - obviously it didn't helped much :)
Code:
backup_conf*.tgz
backup_conf*
/backup_conf*
httpd.conf
vhost_nginx.conf
/backup_conf*.tgz
/httpd.conf
/vhost_nginx.conf

There doesn't seem to be an option to do this during the backup process, however maybe you could specify how can it be done by other way?

Any help is much appreciated.
Thank you.
 

Attachments

  • downloadbackup.png
    downloadbackup.png
    30.7 KB · Views: 4
Unfortunately custom excludes cannot be applied to config files. At the moment there it is impossible to disable creation backup for configs.
 
Back
Top