Plan borg: updates (step).
This commit is contained in:
parent
4809385b96
commit
ea3799dbb2
|
@ -128,7 +128,7 @@ C'est le cas nominal. Le principe consiste à configurer le serveur de sauvegard
|
||||||
|
|
||||||
Initialiser le contexte Borgmatic :
|
Initialiser le contexte Borgmatic :
|
||||||
```
|
```
|
||||||
/srv/borg/bin/doinit-remote status.libre-en-communs.org
|
/srv/borg/bin/doinit-remote foo.bar.org
|
||||||
```
|
```
|
||||||
|
|
||||||
Ajouter un accès ssh restreint dans `/srv/borg/.ssh/authorized_keys` :
|
Ajouter un accès ssh restreint dans `/srv/borg/.ssh/authorized_keys` :
|
||||||
|
|
|
@ -17,8 +17,5 @@ consistency:
|
||||||
- archives
|
- archives
|
||||||
prefix: '2' # This foo line is required with old borgmatic version.
|
prefix: '2' # This foo line is required with old borgmatic version.
|
||||||
|
|
||||||
storage:
|
|
||||||
encryption_passcommand: 'cat /srv/borg/.borg-passphrase'
|
|
||||||
|
|
||||||
output:
|
output:
|
||||||
color: false
|
color: false
|
||||||
|
|
Loading…
Reference in New Issue