]>
Commit | Line | Data |
---|---|---|
1 | [[!meta title="etckeeper est un outil pour permettre de stocker /etc | |
2 | dans un dépôt git"]] | |
3 | ||
4 | [[!toc ]] | |
5 | ||
6 | ---- | |
7 | ||
8 | # Installer | |
9 | ||
10 | [[!format bash """ | |
11 | # AVEC super-privilège | |
12 | ||
13 | apt install etckeeper tig | |
14 | """]] | |
15 | ||
16 | # Valider des changements | |
17 | ||
18 | * IHM interactive, écrire une(des) raison(s) (la réponse à "pourquoi | |
19 | ?") | |
20 | ||
21 | [[!format bash """ | |
22 | # AVEC super-privilège | |
23 | ||
24 | etckeeper commit | |
25 | """]] | |
26 | ||
27 | # Inspecter, prouver, étudier, comprendre | |
28 | ||
29 | [[!format bash """ | |
30 | # sans super-privilège | |
31 | ||
32 | cd /etc | |
33 | ||
34 | # AVEC super-privilège | |
35 | ||
36 | tig | |
37 | """]] |