How does kopia repo sync-to works?

Kopia does not do any rehashing during sync-to. It essentially copies files that don’t exist in the destination and deletes ones that don’t exist at the source. It does one more trivial check at the beginning of the copy, but that should not change the power usage.

What’s your source and destination repository type?