• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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