The SQL bulk-logged recovery model is used as a temporary recovery model to enhance performance when running bulk jobs. Unitrends does not support log backups while a database is in the bulk-logged recovery model because they are unnecessarily large. For Unitrends best practices, perform the following steps:
1 Run a log backup while the database is still in full recovery model.
2 Switch to the bulk-logged model.
3 Perform the bulk operation. (For example, importing new labels, copying data from one table to another, or creating an index).
4 Switch back to the full recovery model.