when running borg create as root (for example to back up all home folders)
then borg will create the new files owned as root and brick the repository for use by the original owner because the next cache sync will fail to read the created segments
as current workaround i have to run chown -R ronny:ronny backups after each backup
in order to elevate that, borg should try to use the owning uid/gid of the backup folder if it is allowed to
(so at least root an do correct backups)