mirror of https://github.com/digint/btrbk
btrbk: cosmetics
parent
02acb32d17
commit
6e2b9a68d0
2
btrbk
2
btrbk
|
@ -1368,7 +1368,7 @@ MAIN:
|
||||||
next if($config_target->{ABORTED});
|
next if($config_target->{ABORTED});
|
||||||
my $droot = $config_target->{droot} || die;
|
my $droot = $config_target->{droot} || die;
|
||||||
if(subvol($droot, $snapshot_name)) {
|
if(subvol($droot, $snapshot_name)) {
|
||||||
$config_target->{ABORTED} = "Snapshot already exists at destination: $droot/$snapshot_name";
|
$config_target->{ABORTED} = "Subvolume already exists at destination: $droot/$snapshot_name";
|
||||||
WARN "Skipping target: $config_target->{ABORTED}";
|
WARN "Skipping target: $config_target->{ABORTED}";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue