• 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 Backup-Manager: Excluding a directory does not work

Hej,

I want to create a backup with the Backup-Manager (/admin/backup/list/) and want to exclude a complete nextcloud directory which is located at: /var/www/vhosts/domain/.nextcloud.

At "Bestimmte Dateien vom Backup ausschließen" I tried:

/var/www/vhosts/domain/.nextcloud/
**/.nextcloud
*/.nextcloud
/domain/.nextcloud/

but they all does note take effect.

Somone has an idea, how to exlude these files completly from the backup?
 
Hello,

I solved the problem by myself.

One of these lines takes effect:

/var/www/vhosts/domain/.nextcloud/*
*/.nextcloud/*
/*/*/.nextcloud/*
/.nextcloud/*

But I dont't know which one :)
 
Back
Top