grammer, clarify, rearrange
This commit is contained in:
parent
6bae9c0044
commit
7cdb6ba28e
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
This makes Arch Linux's pacman use
|
This makes Arch Linux's pacman use
|
||||||
[snapper](https://wiki.archlinux.org/index.php/Snapper) to automatically take a
|
[snapper](https://wiki.archlinux.org/index.php/Snapper) to automatically take a
|
||||||
pre and post snapshot before and after pacman transactions, similar to how YaST
|
pre and post snapshot before and after pacman transactions using pacman's hooks
|
||||||
does with OpenSuse. This provides a simple way to undo changes to a system after
|
feature, similar to how YaST does with OpenSuse. This provides a simple way to
|
||||||
a pacman transaction.
|
undo changes to a system after a pacman transaction.
|
||||||
|
|
||||||
The snapshots are set up to use snapper's `number` algorithm. That is, snapper
|
The snapshots are set up to use snapper's `number` algorithm. That is, snapper
|
||||||
will periodically clean up snapshots tagged with `number` after reaching a set
|
will periodically clean up snapshots tagged with `number` after reaching a set
|
||||||
|
|
@ -31,7 +31,7 @@ Optionally, install
|
||||||
[grub-btrfs](https://aur.archlinux.org/packages/grub-btrfs-git/) to populate
|
[grub-btrfs](https://aur.archlinux.org/packages/grub-btrfs-git/) to populate
|
||||||
your GRUB menu with the ability to boot into snapshots.
|
your GRUB menu with the ability to boot into snapshots.
|
||||||
|
|
||||||
After installation, the hooks are located at `/usr/share/libalpm/hooks` and the
|
After installation, the hooks are located at `/usr/share/libalpm/hooks`, and the
|
||||||
scripts are located at `/usr/share/libalpm/hooks.bin/snap-pac`.
|
scripts are located at `/usr/share/libalpm/hooks.bin/snap-pac`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
@ -112,16 +112,6 @@ And `nano` is now gone, along with all the files it changed:
|
||||||
$ pacman -Qi nano
|
$ pacman -Qi nano
|
||||||
error: package 'nano' was not found
|
error: package 'nano' was not found
|
||||||
|
|
||||||
## References
|
|
||||||
|
|
||||||
* [snapper homepage](http://snapper.io/)
|
|
||||||
* [Btrfs homepage](https://wiki.archlinux.org/index.php/Btrfs)
|
|
||||||
* [ArchWiki Snapper article](https://wiki.archlinux.org/index.php/Snapper)
|
|
||||||
* [ArchWiki Btrfs article](https://wiki.archlinux.org/index.php/Btrfs)
|
|
||||||
* `man alpm-hooks`
|
|
||||||
* `man snapper`
|
|
||||||
* `man btrfs`
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
snap-pac
|
snap-pac
|
||||||
|
|
@ -141,3 +131,13 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
## See also
|
||||||
|
|
||||||
|
* [ArchWiki Btrfs article](https://wiki.archlinux.org/index.php/Btrfs)
|
||||||
|
* [ArchWiki Snapper article](https://wiki.archlinux.org/index.php/Snapper)
|
||||||
|
* [Btrfs homepage](https://wiki.archlinux.org/index.php/Btrfs)
|
||||||
|
* [snapper homepage](http://snapper.io/)
|
||||||
|
* `man alpm-hooks`
|
||||||
|
* `man btrfs`
|
||||||
|
* `man snapper`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue