Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/nextcloud/files_excludedirs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b04c94caa41ccd13970cf4eccfa23733620bc6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Excludedirs

Exclude local directories and files from being included in Nextcloud

## Usage

You can configure the directories and files to be included by setting the config entry from the command line.

```
occ config:app:set --value '[".snapshot","anotherfolder", "pattern/*/match"]' files_excludedirs exclude
```

Any file or folder matching one of the configured rules will not be included in Nextcloud if
it exists on the filesystem and any user will be blocked from creating any file or folder matching
any of the rules.