]> git.cameronkatri.com Git - snaprestore.git/blob - README.md
Update getting original snapshot name based off of snaputil
[snaprestore.git] / README.md
1 # snaprestore
2
3 > snaprestore [volume] [snapshot]
4
5 Easily restore rootfs from the command line.
6
7 ## Features
8
9 * Fair amount of testing
10 * Cleans up `/var`
11 * Renames snapshot to original name
12 * Removes jailbreak apps from icon cache
13 * Works on any jailbreak *(hopefully)*
14
15 ## Installation
16
17 A build of `snaprestore` is available on [Cameron Katri's repo](https://cameronkatri.com/), which you can install by adding the repo to your preferred package manager.
18
19 [Procursus](https://github.com/ProcursusTeam/Procursus) also provides a build of `snaprestore`, which you can install if your device is already setup with an instance of the build system.
20
21 Alternatively, you can compile `snaprestore` on your system with an iOS SDK using Make
22
23 make install
24
25 If you need a Debian package for later use, use the following command
26
27 make package
28
29 Check out the [Makefile](Makefile) to see what options you might need to setup for `snaprestore` to build properly.
30
31 ## License
32
33 `snaprestore` has been licensed under the [BSD-2 Clause License](LICENCE).