1.0.19 - working recursive sync in syncoid!

This commit is contained in:
Jim Salter 2015-03-30 18:51:32 -04:00
parent 6b4cf63e44
commit b4d6a6f8eb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ my %snaps;
## break here to call replication individually so that we can loop across children separately, for recursive replication ##
if (! $args{'recursive'}) {
print "syncdataset($sourcehost, $sourcefs, $targethost, $targetfs);\n";
syncdataset($sourcehost, $sourcefs, $targethost, $targetfs);
} else {
if ($debug) { print "DEBUG: recursive sync of $sourcefs.\n"; }
my @datasets = getchilddatasets($sourcehost, $sourcefs, $sourceisroot);