mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
feat: add documentation for backup-media, folder-metrics, and plex management scripts
This commit is contained in:
17
README.md
17
README.md
@@ -1,6 +1,19 @@
|
||||
# shell
|
||||
# Shell Scripts Documentation
|
||||
|
||||
Shell commands
|
||||
This repository contains various shell scripts for managing media-related tasks.
|
||||
|
||||
## Available Scripts
|
||||
|
||||
- [Backup Media Script](docs/backup-media.md): Documentation for the `backup-media.sh` script.
|
||||
- `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](./docs/plex-backup.md): Detailed documentation for the `backup-plex.sh` script.
|
||||
- [Plex Management Script Documentation](./docs/plex-management.md): Detailed documentation for the `plex.sh` script.
|
||||
- [Folder Metrics Script Documentation](./docs/folder-metrics.md): Detailed documentation for the `folder-metrics.sh` script.
|
||||
|
||||
# plex.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user