Michael Eischer
Michael Eischer
@TheCrockett the client is **definitely** not running restic 0.15.2. That specific fatal error message is only returned by restic versions before 0.14.0 . Either way, the problem is unrelated to...
Can you test whether this is fixed with the latest code from master? There are also prebuilt binaries available at https://beta.restic.net/?sort=time&order=desc .
> I suspect that the "error: incomplete metadata for D:Test\keys: get named security info failed with: Access is denied" messages are because of the repository being locked, The access denied...
> I'll try to reproduce it myself. I just gave it a try on Windows 10 and there the backup from an ExFAT volume worked for me without warnings. I...
> "error: incomplete metadata for C:\Users\Username\AppData\Local\Microsoft\WindowsApps\notepad.exe: unsupported file type 'irregular' " That particular error for the WindowsApps folder is a known limitation and won't change any time soon. In fact,...
I'm finally able to reproduce the exfat "access denied" errors thanks to https://forum.restic.net/t/backing-up-a-folder-from-a-veracrypt-volume-brings-up-errors-since-restic-v17-0/8444/3 : > My container is mounted with “/mountoption rm” which means it is mounted as a removable...
Should be fixed by https://github.com/restic/restic/pull/5123 . Please give it a try. To build the PR, download the go compiler from https://go.dev/dl/, download the code from the PR (make sure to...
@vmlemon https://github.com/restic/restic/pull/5110 / https://github.com/restic/restic/pull/5112 will take care of the VSS snapshot bug.
> this file is actually a stream file from MySQL database files, which has shut down I face this problem even if I backup the directory with multiple files Judging...
Closing as there's been no reply.