Any way around for files locks on a network file?
Posted: 02 Jul 2022, 02:35
Cobian Relector 1.0
Windows 11-21H2 (file server)
Windows 10-21H2 (file client)
Any working or fix for file backing up files from a file server that have a file lock on them?
ERR 2022-07-01 17:24:38 An error occurred while copying "\\abc-DESKTOP\Documents\Intuit\QuickBooks\Company Files\acme.qbw" to "E:\MyDocsBackup\backup1\acme (Full).qbw": The process cannot access the file because it is being used by another process
Under Linux, you just open the file "read only" to back it up, but I do not know exactly how Windows handles things on a file share. I can open files locally with Raku (Perl6) in read only mode, but I have never tried a network drive.
Many thanks,
-T
Windows 11-21H2 (file server)
Windows 10-21H2 (file client)
Any working or fix for file backing up files from a file server that have a file lock on them?
ERR 2022-07-01 17:24:38 An error occurred while copying "\\abc-DESKTOP\Documents\Intuit\QuickBooks\Company Files\acme.qbw" to "E:\MyDocsBackup\backup1\acme (Full).qbw": The process cannot access the file because it is being used by another process
Under Linux, you just open the file "read only" to back it up, but I do not know exactly how Windows handles things on a file share. I can open files locally with Raku (Perl6) in read only mode, but I have never tried a network drive.
Many thanks,
-T