Hi, Job! On 2015-11-12 17:11, Job Snijders wrote:
Will a 'rotate' function of sorts be implemented? Where you can specify that every 3600 seconds it starts writing to the next file, with for instance a UNIX timestamp being part of the filename?
A 'rotate' function is not implemented yet, but it is a good idea. Thank you!
Yes, the UNIX timestamp will be a part of the filename in default. Both a period and a filename will be configurable in BIRD's config file.
The filename format will be the strftime(3)-like format extended of a key '%f' for replacing with the name of the dumping table.
For more info, you can check out the pre-release version of documentation: https://gitlab.labs.nic.cz/labs/bird/commit/6c0583dcad5f1a42c3a13ea604c46a5d11d5f066
Best, Pavel