ssh_filter_btrbk: removed unneeded calls to btrfs-progs

pull/30/head
Axel Burri 2015-04-28 20:37:39 +02:00
parent faf4a53e51
commit 34e7ad07ec
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ case "$SSH_ORIGINAL_COMMAND" in
/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\ 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"
*) reject_and_die ;;
esac