This commit is contained in:
Bob
2025-12-31 14:16:09 +01:00
parent 709bbbbd42
commit 610ead81bd

View File

@@ -0,0 +1,6 @@
# Commands for matrix-synapse (enter command-line in LXC Linux-Container)
### list used drive space of matrix-synapse
```bash
du -h --max-depth=1 /var/lib/matrix-synapse
```