Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend --autoCreation effect (or default lack thereof) to newly appearing sub-datasets #636

Merged
merged 9 commits into from
Apr 26, 2024
Prev Previous commit
Next Next commit
lib/ZnapZend.pm: fix cosmetic typo
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
jimklimov committed Feb 8, 2024
commit d0c6a43281640ed3a2879966d1b38a8d2c7f1b2d
2 changes: 1 addition & 1 deletion lib/ZnapZend.pm
Original file line number Diff line number Diff line change
@@ -429,7 +429,7 @@ my $sendRecvCleanup = sub {
}
( $backupSet->{"dst_$key" . '_valid'} || ($self->sendRaw && $self->autoCreation) ) or do {
my $errmsg = "destination '" . $backupSet->{"dst_$key"}
. "' does not exist or is offline. ignoring it for this round...";
. "' does not exist or is offline; ignoring it for this round...";
$self->zLog->warn($errmsg);
push (@sendFailed, $errmsg);
$thisSendFailed = 1;