| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
[UPDATE] As of August 2025, I will no longer be maintaining this code set, simply because I've moved away from Synology. Instead, I've started to port the same code set to a generic linux distribution (Ubuntu in my case, but they should work on any Linux distribution), giving the same functionality without the Synology quirks, and for me a better and supportable future. [END UPDATE]
A collection of (bash) scripts (and some C++ code) that I've developed over the years for a Synology NAS. These scripts are very Synology-specific (such as the ones dealing with extended attributes, stored in @eaDir/@Syno sidecar files) For the more generic scripts, look in the linux-nas-scripts repository instead. I'm currently running DSM7 and, as far as these scripts were concerned, I've found no problems when upgrading from DSM6.2 to DSM7.0.
[NOTE ON COMPILING CODE FOR SYNOLOGY] Since Spring 2022, when I found it no longer feasible to use Entware binaries (g++, in this particular case), I have not been able to compile the C++ programs. Any changes since then, I have not been able to test/verify. I strongly recommend to compile the code in a safe Docker container or on a standalone linux distribution that has the same kernel version as Synology uses for your model. The resulting binaries should work.
There are scripts for:
In order to use these, you'll need to be able to execute these scripts from the command line, which you can do from an ssh session or from the task scheduler. Some commands only work properly when run with the appropriate permissions. It's up to the user if this implies root privileges or less.
| Back | FazBrowse Home | New Git URL |