Follow usual layout
This commit is contained in:
parent
6896230e29
commit
7338b0b8ca
1 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,13 @@ cat PUBKEY | ssh USER@HOST 'dd of=.ssh/authorized_keys oflag=append conv=notrunc
|
||||||
Minimal working configuration (`inventory/host_vars/<yourdomain>/vars.yml`) to enable borg backup:
|
Minimal working configuration (`inventory/host_vars/<yourdomain>/vars.yml`) to enable borg backup:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
||||||
|
########################################################################
|
||||||
|
# #
|
||||||
|
# backup-borg #
|
||||||
|
# #
|
||||||
|
########################################################################
|
||||||
|
|
||||||
backup_borg_enabled: true
|
backup_borg_enabled: true
|
||||||
backup_borg_location_repositories:
|
backup_borg_location_repositories:
|
||||||
- ssh://USER@HOST/./REPO
|
- ssh://USER@HOST/./REPO
|
||||||
|
@ -50,6 +57,12 @@ backup_borg_ssh_key_private: |
|
||||||
RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXgg
|
RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXgg
|
||||||
ZWEgY29tbW9kbyBjb25zZXF1YXQuIA==
|
ZWEgY29tbW9kbyBjb25zZXF1YXQuIA==
|
||||||
-----END OPENSSH PRIVATE KEY-----
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
|
|
||||||
|
########################################################################
|
||||||
|
# #
|
||||||
|
# /backup-borg #
|
||||||
|
# #
|
||||||
|
########################################################################
|
||||||
```
|
```
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
|
Loading…
Add table
Reference in a new issue