Skip to content

Instantly share code, notes, and snippets.

View piraveen's full-sized avatar

Piraveen Kamalathas piraveen

View GitHub Profile

Tested only for Debian/Ubuntu

Prerequisites

  • Requires "sudo" or "root" privileges
  • UNRAID_MOUNT_TAG_NAME => defined on the UNRAID VM settings
  • /PATH/TO/MOUNT/FOLDER => should be created on the VM if it doesn't exist

Steps

  1. Add the mount path to the "/etc/fstab"
UNRAID_MOUNT_TAG_NAME	/PATH/TO/MOUNT/FOLDER	9p	trans=virtio,_netdev,rw 0	0
@piraveen
piraveen / transmission_remove_finished.sh
Last active May 11, 2022 08:51 — forked from pawelszydlo/transmission_remove_finished.sh
Script to clear finished torrents from transmission-daemon
#!/bin/bash
# Clears finished downloads from Transmission.
# Version: 1.1
#
# Newest version can always be found at:
# https://gist.github.com/pawelszydlo/e2e1fc424f2c9d306f3a
#
# Server string is resolved in this order:
# 1. TRANSMISSION_SERVER environment variable