is see that you are using Unity which supports Token based backups but have decided not to use the TBB. You are using USE_TBB_IF_AVAILABLE=N but still are getting the message that the backups is taking a full because token based backups is not available!
Is this a new configuration?
Has the incremental backups worked before ?
You could enabled the TBB and see if that does any good.
You can also attempt to use application parameter ATTEMPT_TBB=Y or ATTEMPT_TBB=N and see if this helps in anyway.
crazyrov
4 Operator
•
1.3K Posts
1
February 12th, 2019 06:00
Hi Fabio,
is see that you are using Unity which supports Token based backups but have decided not to use the TBB. You are using USE_TBB_IF_AVAILABLE=N but still are getting the message that the backups is taking a full because token based backups is not available!
Is this a new configuration?
Has the incremental backups worked before ?
You could enabled the TBB and see if that does any good.
You can also attempt to use application parameter ATTEMPT_TBB=Y or ATTEMPT_TBB=N and see if this helps in anyway.
Fabio Pereira CMB
1 Rookie
•
9 Posts
0
February 12th, 2019 08:00
You're right. I created the client with default settings, TBB was disabled for default.
After use USE_TBB_IF_AVAILABLE=Y, incremental backup ran fine.
Thanks.