Making it possible to define shell and support other os-ses

This commit is contained in:
Dieter Verhelst 2018-01-11 23:26:43 +01:00
parent 8cfe198f7e
commit 0aa8575227
4 changed files with 9 additions and 5 deletions

View file

@ -37,3 +37,7 @@ borgbackup_appendonly: False
borgbackup_management_station: ''
borgbackup_management_user: ''
borgbackup_management_ssh_pubkey: ''
borgbackup_owner: root
borgbackup_group: root
borgbackup_shell: "/bin/bash"