mirror of https://github.com/digint/btrbk
ssh_filter_btrbk: removed unneeded calls to btrfs-progs
parent
faf4a53e51
commit
34e7ad07ec
|
@ -40,8 +40,6 @@ case "$SSH_ORIGINAL_COMMAND" in
|
||||||
/sbin/btrfs\ receive\ *) run_cmd ;; # mandatory if this host is backup target
|
/sbin/btrfs\ receive\ *) run_cmd ;; # mandatory if this host is backup target
|
||||||
/sbin/btrfs\ subvolume\ delete\ *) run_cmd ;; # mandatory if scheduling is active
|
/sbin/btrfs\ subvolume\ delete\ *) run_cmd ;; # mandatory if scheduling is active
|
||||||
/sbin/btrfs\ subvolume\ find-new\ *) run_cmd ;; # needed for "btrbk diff"
|
/sbin/btrfs\ subvolume\ find-new\ *) run_cmd ;; # needed for "btrbk diff"
|
||||||
/sbin/btrfs\ filesystem\ show\ *) run_cmd ;; # needed for "btrbk info"
|
|
||||||
/sbin/btrfs\ filesystem\ df\ *) run_cmd ;; # needed for "btrbk info"
|
|
||||||
/sbin/btrfs\ filesystem\ usage\ *) run_cmd ;; # needed for "btrbk info"
|
/sbin/btrfs\ filesystem\ usage\ *) run_cmd ;; # needed for "btrbk info"
|
||||||
*) reject_and_die ;;
|
*) reject_and_die ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue