update readme
This commit is contained in:
parent
916cfa86ba
commit
f872136ba2
1 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
|
@ -1,10 +1,21 @@
|
||||||
# snap-pac
|
# snap-pac
|
||||||
|
|
||||||
These are used for Arch Linux's pacman, so that snapper automatically takes a
|
These are used for Arch Linux's pacman, so that [snapper](http://snapper.io)
|
||||||
pre and post snapshot before and after pacman transactions. There's no need to
|
automatically takes a pre and post snapshot before and after pacman
|
||||||
create aliases, etc. See `man alpm-hooks` and `man snapper` for more
|
transactions, similar to how YaST does with OpenSuse.
|
||||||
information.
|
|
||||||
|
*Note:* The scripts only take snapshots of the subvolume mounted at "/"; other
|
||||||
|
subvolumes are not included. You must modify the scripts to include other
|
||||||
|
subvolumes.
|
||||||
|
|
||||||
|
The scripts are set up to use the `number` algorithm. That is, snapper will
|
||||||
|
cleanup snapshots tagged with `number` after reaching a set threshold in the
|
||||||
|
configuration file.
|
||||||
|
|
||||||
|
See `man alpm-hooks` and `man snapper` for more information.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install [the package from the AUR](https://aur.archlinux.org/packages/snap-pac/).
|
Install [the package from the AUR](https://aur.archlinux.org/packages/snap-pac/).
|
||||||
|
|
||||||
|
That's it! Continue to use pacman as normal and watch snapper do its thing.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue