• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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