fix storage box permissions for backup-sync user

This commit is contained in:
HgO
2020-11-29 15:56:59 +01:00
parent 7f3f811afb
commit 750241cd47
7 changed files with 16 additions and 105 deletions

View File

@@ -4,6 +4,13 @@ storage_box_packages:
- sshpass
- sshfs
- autofs
storage_box_default_mount_options:
- rw
- default_permissions
- allow_other
- uid=root
- gid={{ backup_group }}
borg_packages:
- borgbackup
- borgmatic
- borgmatic
borg_umask: "{{ storage_box_enabled | ternary('0027', '0022') }}"