Skip to content

Instantly share code, notes, and snippets.

@smcclosr
smcclosr / install_mineos-node
Last active June 18, 2022 21:09 — forked from hexparrot/install_mineos-node
Downloads, installs and configures components required for the MineOS Web User Interface on apt-get based systems.
#!/bin/sh
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
# Bulding this fork for Turknkey 17.1
# Minecraft now needs Java 17 starting with 1.19 so default will not do anymore
@smcclosr
smcclosr / urBackup on TrueNAS.md
Last active January 6, 2023 19:24 — forked from edvler/Urbackup on FreeNAS.md
Howto / Tutorial: Install Urbackup on FreeNAS and ZFS

Install urBackup 2 on TrueNAS 12

This is an update to EDLver for TrueNas 12 core. It is an attempt to move my personal urBackup server from Windows 2012 server VM on ESXi to a jail on TrueNAS core server. Mostly it is an academic test, but might lead to actual production changes

Why install urBackup on TrueNAS - Some good reasons

  • Usage of ZFS
  • Usage of a true NAS System as storage-backend
    • You can present a urBackup RAW Images over iScsi (if basic Iscsi is configured, it takes only a minute!)
    • You can share Urbackup File Backups over SMB or NFS
  • Perfect documentation for TrueNAS