On Sat, Jun 16, 2012 at 07:14:26AM -0400, Jonathan Brinkman wrote: > Greetings > > How can I turn on one-time-copy for a single table?
For Bucardo4, you can set onetimecopy=2 for the sync, which will only copy tables which are empty on the target. So truncate the ones on the target you want to get copied. For Bucardo5, I don't think we have a clean solution yet: you may have to create a separate sync with the db types as source and fullcopy. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
pgpmAoCMaIR9g.pgp
Description: PGP signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
