Broken Borg backup on AIO using Docker Desktop for Windows

I’m not sure how this fixed itself. I had the nextcloud_aio_backupdir/borg volume in a bind using this command:

docker volume create ^
--driver local ^
--name nextcloud_aio_backupdir ^
-o device="/host_mnt/c/users/camserv/documents/nextcloud" ^
-o type="none" ^
-o o="bind"

I can’t remember where I found that command. Borg had worked before. Last night I had this error:

Cache, or information obtained from the security directory is newer than repository

So, I tried a different folder to see if I could start Borg brand new, but didn’t work:

docker volume create ^
--driver local ^
--name nextcloud_aio_backupdir ^
-o device="/host_mnt/c/users/camserv/documents/nextback" ^
-o type="none" ^
-o o="bind"

I then reverted to the original folder but forgot the ‘t’ and had it listed as nexcloud…crap. This caused the integrity check errors. Correcting the spelling problem allowed the integrity check to complete with no issues, and I am currently running a successful backup.

I am still not sure what happened to cause the original permissions error.