mirror of https://github.com/digint/btrbk
ssh_filter_btrbk.sh: whitelist mkdir for 'btrbk archive' operations
parent
8570ee585d
commit
37d0526951
|
@ -125,6 +125,7 @@ while [[ "$#" -ge 1 ]]; do
|
|||
|
||||
-t|--target)
|
||||
allow_cmd "${sudo_prefix}btrfs receive"
|
||||
allow_cmd "${sudo_prefix}mkdir"
|
||||
;;
|
||||
|
||||
-c|--compress)
|
||||
|
|
Loading…
Reference in New Issue