Two things
1: Kopia is now saying that it can not start because it can not find “ffmpeg.dll” ( what??) Do I have to reinstall this?
2: I tried to restore a directory to a different drive and kept coming up with all kinds of errors… Is there any docs or videos on restoring??
Thanks
Bob
I think I found it… Problem one … I downloaded a new copy of Kopia V0.8.0 - beta3 and copied ffmpeg to the existing directory and it loaded correctly … ffmpeg.dll, I thought that was an audio codec… strange but…
Problem two… Error: error restoring: restore error: error copying: create directory: error creating directory: non-empty directory already exists, not overwriting it: “I:\”.
Got that error when I gave it just a destination drive letter, but when I added the folder name it worked fine…
Are there any videos or doc’s for first time users??
Thanks
I assumed that was the case.
I’ve never seen that error.
But if you “grep” the kopia source repo, there are several references to ffmpeg!
dist/kopia-ui/linux-unpacked/LICENSES.chromium.html:ffmpeg
dist/kopia-ui/linux-unpacked/LICENSES.chromium.html:homepage
app/node_modules/app-builder-lib/out/asar/unpackDetector.js: let shouldUnpack = false; // ffprobe-static and ffmpeg-static are known packages to always unpack
app/node_modules/app-builder-lib/out/asar/unpackDetector.js: if (moduleName === “ffprobe-static” || moduleName === “ffmpeg-static” || isLibOrExe(file)) {