I’m working on storing time-series data as CSV files on a Synology NAS.
The data is generated by a service running inside Docker (e.g. Node-RED), and I’m trying to write this data to a shared folder on the NAS.
Current setup:
Synology NAS running DSM
Docker container (Node-RED or similar)...
I have a DS420+ running DSM 7.3.2. I would like to export as a CSV file a list of shared folders, groups and group permissions on the folder. I can do this from Control Panel. I want to schedule this as a job either using a Bash or php script. I have tried AI but so far no luck.