Are you only going to make backups every few months? Or are you going to have a large number of drives that you rotate through over the course of months? Most people only really need to have a week's worth for home users, and just keep the drive plugged in all the time to do daily incrementals/differentials.
They only lose data if they're left unpowered for a really long time. If you're cycling through them, it won't be an issue. You really have to actually rewrite the cells to refresh them and avoid bit rot due to charge leakage. The wear levelling algorithms do some of that during normal usage, moving data around to make sure the cells are evenly used, but you can't be sure every bit of data was rewritten at some point, and I think just plugging a drive in for some time isn't going to be enough. (After all, the drive controller would also need to track how long it has been since each cell was last written to in order to know if it needs to be refreshed, otherwise it might be adding more writes than necessary and shortening the life even further.) Copy all the data from one drive to another, do a verification pass, then secure erase the original (or just delete everything and let TRIM/garbage collection have time to run). Or move it off of the drive temporarily, then move it back, but of course you're adding writes to whatever temporary location you use and you need all that space to do it.
If you're going to have 3 months' worth of backups and rotate drives, then you're not likely to lose any data to leakage on any during that time. If you're ARCHIVING them or having a really long backup rotation period and going to have them left unused for a year or more, then yeah, you might want to have an extra few so you can cycle through doing the transfer process, moving the "oldest" up in the queue each time.
With TLC and even worse QLC, the amount of time that you can let them sit can be much shorter than MLC or SLC, but a few months ought to be fine. Supposedly JEDEC requires them to last a full year unpowered before losing data, but that's a new drive, assuming it adheres to standards, and many have been found to last far longer. As they get used, the time shortens, but that requires a considerable amount of writes.