docs: volflags examples

This commit is contained in:
ed
2026-03-30 08:43:05 +00:00
parent 26e663d111
commit 5aaa4ff15b
3 changed files with 6 additions and 0 deletions

View File

@@ -38,5 +38,7 @@
accs:
rw: * # everyone gets read-write access, but
rwmda: ed # the user "ed" gets read-write-move-delete-admin
flags:
e2ds # enable filesystem-scanning for this volume only
# uid: 1000 # If you're running as root, you can change the owner of this volume here
# gid: 1000 # If you're running as root, you can change the group of this volume here

View File

@@ -49,3 +49,5 @@
accs:
rw: * # everyone gets read-write access, but
rwmda: ed # the user "ed" gets read-write-move-delete-admin
flags:
e2ds # enable filesystem-scanning for this volume only