From b638e800dd17a42ed87a0048b99781c3d69df155 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Sun, 5 Aug 2018 19:06:10 -0400 Subject: [PATCH] examples for backup and restore. --- utility/plex_api_share.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/utility/plex_api_share.py b/utility/plex_api_share.py index 720ed2a..0e3d10f 100644 --- a/utility/plex_api_share.py +++ b/utility/plex_api_share.py @@ -60,6 +60,16 @@ Usage: - Unshared all libraries with USER. - USER is still exists as a Friend or Home User + plex_api_share.py --backup + - Backup all user shares to a json file + + plex_api_share.py --restore + - Only restore all Plex user's shares and settings from backup json file + + plex_api_share.py --restore --user USER + - Only restore USER's Plex shares and settings from backup json file + + Excluding; --user becomes excluded if --allUsers is set