{ "documentation": "https://github.com/bobreese/fpp-plugin-SDCardRecover/blob/main/README.md", "repoName": "fpp-plugin-SDCardRecover", "name": "SDCard Recover", "author": "bobreese", "description": "Mounts a second, possibly-damaged FPP SD card as a USB storage device, checks it for readability without destructive repair by default, and lets you recover the config and media (sequences, music, videos, effects, playlists) that are still intact onto this FPP's local storage, a USB drive, or a downloadable zip.", "homeURL": "https://github.com/bobreese/fpp-plugin-SDCardRecover", "srcURL": "https://github.com/bobreese/fpp-plugin-SDCardRecover.git", "bugURL": "https://github.com/bobreese/fpp-plugin-SDCardRecover/issues", "iconURL": "https://raw.githubusercontent.com/bobreese/fpp-plugin-SDCardRecover/main/icon.png", "allowUpdates": 1, "versions": [ { "minFPPVersion": "10.0", "maxFPPVersion": "0", "branch": "main", "sha": "" } ], "dependencies": { "plugins": [], "packages": ["testdisk", "zip"], "python": [], "scripts": [] }, "privacy": { "summary": "Recovers files from a second, damaged FPP SD card onto this device, a USB drive, or a zip. Restoring Config overwrites this device's own settings; card repair is optional and irreversible.", "sends": [], "collects": [], "sensors": [], "remoteAccess": "none", "systemChanges": [ { "kind": "service", "what": "Mounts an attached, possibly-damaged second SD card read-only to scan and recover from it." }, { "kind": "service", "what": "If you choose repair, runs fsck -y (irreversible) on that second card only, after your separate confirmation." }, { "kind": "service", "what": "Mounts a second USB drive read-write, only if you pick it as the recovery destination." }, { "kind": "core-settings", "what": "If Config is included, overwrites this device's own name, network settings, and configuration with the second card's." }, { "kind": "download", "what": "Installs e2fsprogs, dosfstools, exfatprogs, and rsync via apt-get if not already present." }, { "kind": "core-settings", "what": "On uninstall, moves any not-yet-downloaded recovery zip to media/upload/ instead of deleting it." } ], "closedCode": false, "other": "This device's settings file, if you restore it here, can include its saved WiFi password and other locally-stored secrets - treat an exported zip or USB drive that includes Config as sensitive. Restoring Config from a different physical device will also make FPP's own Initial Setup wizard (Location/Device/Privacy/Security) run again once, since FPP ties privacy consent to hardware identity, not to the settings file - that's FPP's own protection, not something this plugin controls." } }