Closed talex004 closed 3 weeks ago
This exactly was my concern with the scripts and I noted this before here in https://github.com/crocodilestick/Calibre-Web-Automated/issues/33. This must be a high priority
This has been fixed in 48b039bb3e9de6d0ff77c4407b1854091e921f5e, v2.1.0
Describe the bug As instructed, I ran
convert-library -k
to convert my ebook library to epub format. Somehow the script had the permissions to delete, but not to write a copy of the originals. (Or maybe becauseoriginal-library
destination folder didn't exist to begin with?) As a result, it deleted many of the books from (a copy of) my library, without maintaining the originals nor writing the replacement epub file.To Reproduce N/A
Expected behavior
convert-library
should NOT delete the original files if it cannot verify that the copy was created successfully, or if cannot verify that the resulting epub was converted successfully.Screenshots
Configuration(please complete the following information):
Additional context I'm mounting the ebook library through a podman volume, from a NFS server running on TrueNAS. I'm yet to figure out how to setup the correct permissions for this.