Includes a custom script that utilizes UnRAR for automated extraction of RAR files.(+Raspberry Pi 5)
10K+
If you found this helpful and want to support what I do, you can leave a tip here — thank you so much!
Auto-UnRAR: Enhanced Archive Extraction Tool
Auto-UnRAR is a Dockerized utility crafted to streamline the extraction of RAR files across multiple environments seamlessly. Designed for both simplicity and efficiency, it automates the detection and extraction of RAR archives, operating quietly in the background. From media enthusiasts organizing vast libraries to professionals managing extensive data archives, Auto-UnRAR is the go-to solution for automating the archive extraction workflow.
Key Features:
Getting Started:
To use Auto-UnRAR, simply pull the Docker image from Docker Hub and run it with Docker or Docker Compose.
version: '3.8'
services:
auto-unrar:
image: nicxx2/auto-unrar:latest
volumes:
- /path/to/your/data:/data
# - /path/to/your/directory/to/add/extracted/data:/extract_to # Optional: Specify a directory for extracted files
environment:
- SOURCE_DIRECTORY=/data
- SLEEP_TIME=3600 # Default: Scan every hour
# - OVERWRITE_FILES=false # Set to true to overwrite existing files during extraction
# - DO_NOT_USE_MARKERS=false # Set to true to ignore markers and extract all archives
# - EXTRACT_TO_DIRECTORY=/extract_to #Optional
# - DELETE_RAR_AFTER_EXTRACTION=false # Set to true to delete RAR files post-extraction
Note: Replace /path/to/your/data with the path to the directory you want Auto-UnRAR to scan. Also, remove "#" for any options that you want to use. If you don't use those options, then the default options set in the extraction script will be used.
Customization Options:
Link to Github: https://github.com/Nicxx2/auto-unrar
Content type
Image
Digest
sha256:eefa8275f…
Size
47.5 MB
Last updated
about 2 years ago
docker pull nicxx2/auto-unrarPulls:
2,650
Last week