mirror of https://github.com/jimsalterjrs/sanoid
fixed refactoring regression
This commit is contained in:
parent
e9eb05e840
commit
8ce1ea4dc8
2
syncoid
2
syncoid
|
|
@ -928,7 +928,7 @@ sub runsynccmd {
|
|||
}
|
||||
|
||||
my $sendcmd = "$sourcesudocmd $zfscmd send $sendoptions $sendsource";
|
||||
my $recvcmd = "$targetsudocmd $zfscmd receive $recvoptions $targetfsescaped";
|
||||
my $recvcmd = "$targetsudocmd $zfscmd receive $recvoptions $targetfsescaped 2>&1";
|
||||
|
||||
my $synccmd = buildsynccmd($sendcmd,$recvcmd,$pvsize,$sourceisroot,$targetisroot);
|
||||
writelog('INFO', "Sync size: ~$disp_pvsize");
|
||||
|
|
|
|||
Loading…
Reference in New Issue