Updated readme

This commit is contained in:
2020-06-17 19:07:13 +02:00
parent c0e5c98ecd
commit 0f581f4e23

View File

@@ -1,8 +1,26 @@
## plex ## plex
Plex PMS with Library Backup into GDrive Plex PMS with some added cloud functionality
- Automatic Library Backup
- Automatic mount of (encrypted) cloud drives
This uses the official Plex Media Server Docker image and adds a backup and restore functionality using rclone. This uses the official Plex Media Server Docker image and adds some cloud functionality using rclone.
# Env # Env
- BACKUP - BACKUP
Set this to the remote path where to find the backup which should be restored prior to starting the PMS. Set this to the remote path for the backup location. This will be the location to backup the library. Also when there is no library under /config, then a restore from this location will be started prior launching the server.
- CRON
Set this to the hour-of-the-day, when the backup should run
# Volumes
- /config
This is where the plex library resides. Use a bind-mount to have it outside of the container
- /etc/plexdrive
place your rclone.conf here
- /mnt/local_mirror
mount your mirrored cloud drive here
- /mnt/video
mount your local Video Folder here