Exclude files from server backup

mcp71

New Member
Hello,
i want to exclude files within a specific folder from the serverwide backup. So i added the following to exlude in scheduled backup:
/var/www/vhosts/mydomain.tld/.nextcloud/data/4d52e91101ed/admin/files/folder/*

because it contains large files which i don't want to backup. It does not work, the folder/files is backuped.

if it matters: the folder belongs to "my subscriptions", it is not assigned to a costumer.

Any chance to exclude this folder from backup?
thx Marco


oh man jetzt habe ich doch tatsächlich alles in englisch verfasst, da ich das so gewohnt bin und jetzt gemerkt, das ich in einem deutschen Forum schreibe.... aber ihr wisst bestimmt trotzdem, was ich will.:)
 
Last edited:
Hallo!


Only paths relative to the subscription should be used. For example:
/httpdocs/images/file.jpg
To exclude all files in the directory, use '*' mask, for example:
/httpdocs/images/*
To exclude a whole directory, specify name of the directory, for example:
/httpdocs/images
 
ja, die Doku von Plesk kenn ich, trotzdem danke. Die schreibt bei full server backup auch:

To exclude files from full server backup
Note: when excluding specific files from Full Server backup all files specified in Exclude specific files from the backup option on all domains will be excluded. It is not possible exclude specific file from specific domain only.

geht aber doch, zumindest in meinem Fall:
in meiner Planung des Server-Backups habe ich bei exclude:

.nextcloud/data/4d52e91101ed/admin/files/folder/*

drin stehen obwohl diese eigentlich zu einer Domain gehört. Da die ID "4d52e91101ed" (in meinem Fall) der Nextcloud Instanz eindeutig ist, wird auch nur dieser Ordner nicht mit gesichert, andere Nextcloud Instanzen auf dem Server aber sehr wohl.
In diesem Ordner sind ca. 140 GB Daten, die nur als Download zur Verfügung gestellt werden, die müssen nicht extra im Backup sein.

Habs getestet, das Full Backup ist von ca. 165 GB auf 25 GB runter, scheint dann wohl geklappt haben. Sollte ich mal ein restore der Domain machen müssen, muss ich nachher nur ein file sync von Nextcloud machen, da die Dateien zwar in der DB, nicht aber physikalisch vorhanden sind.
Vielleicht hilft es ja noch jemandem..

Gruß, Marco
 
Last edited:
Back
Top