Update btrbk

pull/147/head
Cerem Cem ASLAN 2017-05-01 23:38:12 +03:00 committed by GitHub
parent ed80bccc79
commit c1822480a5
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -2949,7 +2949,7 @@ sub macro_send_receive(@)
# check for existing target subvolume # check for existing target subvolume
if(my $err_vol = vinfo_subvol($target, $source->{NAME})) { if(my $err_vol = vinfo_subvol($target, $source->{NAME})) {
ABORTED($config_target, "Target subvolume \"$err_vol->{PRINT}\" already exists"); ABORTED($config_target, "Target subvolume \"$err_vol->{PRINT}\" already exists");
$config_target->{UNRECOVERABLE} = "Please delete stray subvolume (\"btrbk clean\"): $err_vol->{PRINT}"; $config_target->{UNRECOVERABLE} = "Please delete stray subvolume (\"btrbk -c your/configuration clean\"): $err_vol->{PRINT}";
ERROR $config_target->{ABORTED} . ", aborting send/receive of: $source->{PRINT}"; ERROR $config_target->{ABORTED} . ", aborting send/receive of: $source->{PRINT}";
ERROR $config_target->{UNRECOVERABLE}; ERROR $config_target->{UNRECOVERABLE};
$info{ERROR} = 1; $info{ERROR} = 1;