Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- database
- {
- verbose_logging = true
- log_archive_timeout = 10
- log_segment_count = 0
- }
- # master database
- database = "c:\firebird-databases\master.fdb"
- {
- log_directory = "c:\firebird-databases\replicationlog\"
- log_archive_directory = "c:\firebird-databases\replicationlog-archive\"
- log_archive_command = "copy $(logpathname) $(archpathname)"
- }
- # replica database
- database = "c:\firebird-databases\replica.fdb"
- {
- source_guid = "{988C3AF5-313D-4F81-D184-2C113D573D42}"
- log_source_directory = "c:\firebird-databases\replicationlog-archive\"
- }
Advertisement
Add Comment
Please, Sign In to add comment