I would like to make a .bat file which will make a backup for my kdbx file. I have two simple commands there.
cd C://Access
xcopy access4.kdbx access4.backup.kdbx /Y
but the second one ask me: Does access4.backup.kdbx specify a file name or directory name on the target (F = file, D = directory)?
I dont understand why Windows does not recognize the file in the source. Also I don't see any option to set it up in the command. How can I solve it?