Fatal: create repository - cannot implicitly run relative executable rclone.exe found in current directory, use -o rclone.program=./<program> to override

presumably your rclone binary is named rclone.exe

yes!

Thanks a lot. I will try tomorrow and will update de answer

Update 1:
Believe it or not, today I executed the same command as always… and it worked!

restic -r rclone:server-idrivee2:server-idrivee2 init

I didn’t make any changes, I don’t know what happened before.

Thanks a lot for the help

Update 2:
The solution!
The problem was repeated in another installation and the solution was to execute the same command but being positioned in the root of the disk and not in the folder where the executable files were saved!

So:
C:\Tools with rclone.exe and restic.exe
Then I just run the command but from
C:\

:grinning: