├── .gitignore ├── README.txt └── partialrestore.py /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mineek/partialrestorev2/HEAD/README.txt -------------------------------------------------------------------------------- /partialrestore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mineek/partialrestorev2/HEAD/partialrestore.py --------------------------------------------------------------------------------