mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
borgbackup_deps:
|
|
- borgbackup
|
|
- mailutils
|
|
- cifs-utils
|
|
- nfs-common
|
|
|
|
smb_share: '//smb_server/smb_share'
|
|
smb_username: 'smb_user'
|
|
smb_pass: 'super-secret-pass'
|
|
smb_threshold: '90'
|
|
|
|
nfs_share: 'nfs-server:nfs-share'
|
|
nfs_threshold: '90'
|
|
|
|
mount_point: '/mnt'
|
|
borg_repo: 'backup_homesrv'
|
|
borg_pass: 'super-secret-pass'
|
|
sender_address: 'root@hostname.domain' |