Remove commented code block

pull/547/head
Korbinian Pöppel 2023-08-02 22:14:55 +02:00
parent 04acfeafc2
commit 6c728edd1a
1 changed files with 0 additions and 7 deletions

7
btrbk
View File

@ -1572,13 +1572,6 @@ sub btrfs_send_receive($$;$$$$)
filter_stderr => [ \&_btrfs_filter_stderr, sub { $_ = undef if(/^At subvol/) } ],
};
# if ($total_len > 0) {
# push @cmd_pipe, {
# cmd => vinfo_cmd($snapshot, "pv -s $total_len -e -r -p"),
# filter_stderr =
# };
# }
push @cmd_pipe, {
cmd => vinfo_cmd($target, "btrfs receive", @receive_options, { unsafe => $target->{PATH} . '/' } ),
rsh => vinfo_rsh($target, disable_compression => $stream_options->{stream_compress}),