I create the archive from STDIN:
borg create --umask 0022 --compression lz4 --stdin-name dbname.sql '::mysql-dbname-{now:%Y-%m-%dT%H:%M:%S}' -
File in the archive has 660 permissions:
borg list ::mysql-dbname-2020-09-11T06:25:38
-rw-rw---- root root 8667267 Fri, 2020-09-11 06:25:41 dbname.sql
I tried to set different umask, nothing changed. I created the archive without umask, nothing changed. I did new clean init every time