Skip to content

Instantly share code, notes, and snippets.

View hakasapl's full-sized avatar

Hakan Saplakoglu hakasapl

  • Boston University
View GitHub Profile
@hakasapl
hakasapl / script.sh
Created November 15, 2025 00:05
My Unraid RSYNC backup script for use with user-scripts
#!/bin/bash
# Use "rsync-server" docker container in unraid to act as the server. Mount folders you want to backup as read only to the container
#
# SETTINGS
#
source_user=""
source_address=""
source_port="5533"
@hakasapl
hakasapl / gist:499ff8825f8ce477e3d10aacfefe406d
Last active November 9, 2025 06:22
X-Plane ortho4xp via unraid NFS with windows client

Short setup guide for NFS protocol on windows using an unraid NAS. SMB was way too slow for this use case.

UNRaid Setup

  1. Enable NFS service in Settings
  2. Set Tunable to -1
  3. Set NFS version to NFSv3
  4. Set number of threads to 128
  5. In shares, export NFS as public
  6. Verify all files in share are owned and permed properly