pull/147/merge
Cerem Cem ASLAN 2017-09-11 16:57:42 +00:00 committed by GitHub
commit 65f241e8e5
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -2952,7 +2952,7 @@ sub macro_send_receive(@)
# check for existing target subvolume
if(my $err_vol = vinfo_subvol($target, $source->{NAME})) {
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->{UNRECOVERABLE};
$info{ERROR} = 1;