Feat(Songe): Start songe borgbackup server
This commit is contained in:
@@ -19,3 +19,21 @@ nfs_shares:
|
||||
- { src: '/media/documents', name: '/export/documents', options: 'rw,no_subtree_check,nohide' }
|
||||
- { src: '/media/backup', name: '/export/backup', options: 'rw,no_subtree_check,nohide' }
|
||||
- { src: '/media/documents/musique', name: '/export/musique', options: 'ro,no_subtree_check,nohide' }
|
||||
|
||||
|
||||
## J'en suis là!!
|
||||
borg:
|
||||
user: backup
|
||||
group: backup
|
||||
home: /media/backup/borgbackup
|
||||
pool: /media/backup/borgbackup/repos
|
||||
auth_users:
|
||||
- host: Poivre
|
||||
key: "{{ lookup('file', 'sshpubs/id_rsa_poivre_borg.pub') }}"
|
||||
# - host: Choux
|
||||
# key: "{{ lookup('file', '') }}"
|
||||
# - host: localhost
|
||||
# key: "{{ lookup('file', '') }}"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user