Synology Administration Guide#
1 Syncthing Deployment#
1.1 Synology DSM Implementation (Docker)#
- Inotify Limit:
echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-override.conf sudo sysctl -p /etc/sysctl.d/90-override.conf - User IDs: Use Task Scheduler to run
id > /volume1/docker/id.txtto find UID/GID (e.g.,1027/100). - Docker Compose Highlights:
environment: - PUID=1027 - PGID=100 - TZ=America/New_York volumes: - ./config:/config - /volume2/HP3Storage:/volume2/HP3Storage
1.2 Standard .stignore Patterns#
Create a .stignore file in the root of the sync folder:
(?i)#recycle
@eaDir
.DS_Store
.stfolder
.stignore
$RECYCLE.BIN
Thumbs.db
Desktop.ini
.SynologyWorkingDirectory2 Storage & Maintenance Commands#
2.1 iPerf3#
sudo -i
synogear install
iperf3 -s -p 111112.2 Locked Folder Cleanup#
Remove Synology metadata directories when cleaning up a locked folder: