mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
b73d4a2c3b3c81ecc91856c60254add1e62ec081
no longer using portainer so bye bitch and github-cli was failing - https://github.com/cli/cli/issues/9569
Shell Scripts Documentation
This repository contains various shell scripts for managing media-related tasks.
Available Scripts
- Backup Media Script: Documentation for the
backup-media.shscript. plex.sh: Script to manage the Plex Media Server (start, stop, restart, status).backup-plex.sh: Script to back up Plex Media Server databases and related files.folder-metrics.sh: Script to calculate disk usage and file count for a directory and its subdirectories.
Documentation
- Plex Backup Script Documentation: Detailed documentation for the
backup-plex.shscript. - Plex Management Script Documentation: Detailed documentation for the
plex.shscript. - Folder Metrics Script Documentation: Detailed documentation for the
folder-metrics.shscript.
plex.sh
This script is used to manage the Plex Media Server service on a systemd-based Linux distribution. It provides the following functionalities:
- start: Starts the Plex Media Server.
- stop: Stops the Plex Media Server.
- restart: Restarts the Plex Media Server.
- status: Displays the current status of the Plex Media Server.
Usage
Note that these commands will run as root.
./shell/plex.sh {start|stop|restart|status}
Description
Languages
Shell
84.6%
PowerShell
5.3%
Go
3.2%
HTML
3.2%
Python
2.2%
Other
1.5%