• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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