diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..756135d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM plexinc/pms-docker +ENTRYPOINT ["/init"] diff --git a/README.md b/README.md index accc03a..0d33069 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# pms \ No newline at end of file +# plex +Plex PMS with Library Backup into GDrive + +This uses the official Plex Media Server Docker image and adds a backup and restore functionality using rclone. + +## Env +- BACKUP +Set this to the remote path where to find the backup which should be resored prior to starting the PMS. diff --git a/root/usr/bin/rclone b/root/usr/bin/rclone new file mode 100755 index 0000000..9e49843 Binary files /dev/null and b/root/usr/bin/rclone differ