aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b0ad13e03792358d82db9e539254ed832a31ec19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# snaprestore

> snaprestore [volume] [snapshot]

Easily restore rootfs from the command line.

## Features

* Fair amount of testing
* Cleans up `/var`
* Renames snapshot to original name
* Removes jailbreak apps from icon cache
* Works on any jailbreak *(hopefully)*

## Installation

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.

[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.

Alternatively, you can compile `snaprestore` on your system with an iOS SDK using Make

    make install

If you need a Debian package for later use, use the following command

    make package

Check out the [Makefile](Makefile) to see what options you might need to setup for `snaprestore` to build properly.

## License

`snaprestore` has been licensed under the [BSD-2 Clause License](LICENCE).