From 187e2e2f6e34566c8a850f06c0f93b319fcc3e5b Mon Sep 17 00:00:00 2001 From: Pau RE Date: Sat, 16 Sep 2023 12:50:26 +0200 Subject: [PATCH] Add information regarding POSIX requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84444d6..af2268a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Supports the following Docker architectures: `linux/amd64`, `linux/arm64`, `linu Please consider reading detailed the [How the backups folder works?](#how-the-backups-folder-works). +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. + ## Usage Docker: