]> git.cameronkatri.com Git - snaprestore.git/blob - README.md
92541862e0e37e6419e4d8e7efeee32833bed654
[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 https://cameronkatri.com and [Procursus](https://github.com/ProcursusTeam/Procursus), which you can install if your device is already setup with an instance of the build system.
18
19 Alternatively, you can compile `snaprestore` on your device using Make.
20
21 make install
22
23 If you need a Debian package for later use, use the following command
24
25 make package
26
27 Check out the [Makefile](Makefile) to see what options you might need to setup for `snaprestore` to build properly.
28
29 ## License
30
31 `snaprestore` has been licensed under the [BSD-2 Clause License](LICENCE).