From a15a6a1f4465561d32d5ef7d494e84ab93ce0ad1 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 14 Mar 2012 08:58:00 -0400 Subject: [PATCH] There are some other related issues, but might as well fix this up in a commit. --- Bucardo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bucardo.pm b/Bucardo.pm index 2bbf9a39e..9e94f5200 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -2066,7 +2066,7 @@ sub start_kid { ## If in onetimecopy mode, this is always forced to be empty ## Likewise, no point in populating if this is a fullcopy sync push @dbs_delta => $dbname - if $x->{role} eq 'target' + if $x->{role} eq 'source' and ! $sync->{onetimecopy} and ! $sync->{fullcopy}; -- 2.39.5