Skip to content

Commit 187e2e2

Browse files
Add information regarding POSIX requirements
1 parent 1a66318 commit 187e2e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Supports the following Docker architectures: `linux/amd64`, `linux/arm64`, `linu
1010

1111
Please consider reading detailed the [How the backups folder works?](#how-the-backups-folder-works).
1212

13+
This application requires the docker volume `/backups` to be a POSIX-compliant filesystem to store the backups (mainly with support for hardlinks and softlinks). So filesystems like VFAT, EXFAT, SMB/CIFS, ... can't be used with this docker image.
14+
1315
## Usage
1416

1517
Docker:

0 commit comments

Comments
 (0)