From b4173ea6c9947e861f7c83fbc73d41b61dfd942d Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 31 Mar 2026 15:50:21 +0200 Subject: [PATCH] fix(nfs): remove dangerous -s flag and unsupported sync option from unfs3 --- nfs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nfs/README.md b/nfs/README.md index 17702bb..fb8bee1 100644 --- a/nfs/README.md +++ b/nfs/README.md @@ -27,6 +27,7 @@ shares: | `shares[].folder` | `media` | HA folder to export (`media`, `share`, `config`, `backup`) | | `shares[].allowed_network` | `192.168.1.0/24` | Network(s) allowed to access the share. Comma-separated for multiple (e.g. `192.168.1.0/24, 10.0.0.0/8`) | | `shares[].read_only` | `false` | Whether the share is read-only | +| `shares[].sync` | `true` | Confirm each write before responding. Prevents I/O errors on large file transfers (e.g. rsync) | You can define multiple shares: