Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.27 KB

Collection of unRAID userscripts

Please note that these scripts are tested by me and a few friends. They very well may work for you but they are not tested under all conditions.

Please test and use at your own risk.

Scripts are still a work in progress and are not 100% tested

The plex backup script is a modified version of this script https://github.com/rcodehub/unraid-plex-script

Features:

  • All scripts feature a locking file that is placed in the /tmp dir this prevents any script from being run twice (useful if you're compressing a large tar archive)
  • All scripts come with optional pigz compression
    • Scripts also come with variable to easily change pigz compression
  • All Scripts feature discord intigration
    • Requires download of discord.sh found here
    • discordLoc variable is the location that you placed the discord.sh file
      • Eg. /mnt/user/data/scripts/discord-script/ <-- Must include trailing slash /

Future plans:

  1. Add discord notifications to plex script via this repo.
  2. Update appdata script to be "better" script based upon this repo.
  3. Better documentation to readme