Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive creation fails if there is a broken symlink #1441

Open
greenmaid opened this issue Jul 10, 2024 · 0 comments
Open

Archive creation fails if there is a broken symlink #1441

greenmaid opened this issue Jul 10, 2024 · 0 comments

Comments

@greenmaid
Copy link

If there is a broken symlink somewhere in the file tree, archive creation fails and produced file (.tar.gz or .zip) is invalid.

  • with --enable-tar-gz
Wed, 10 Jul 2024 13:01:38 +0000 [ERROR] Error during archive creation: ArchiveCreationError("tarball", IoError("Failed to append the content of /tmp/truc/ to the TAR archive", Os { code: 2, kind: NotFound, message: "No such file or directory" }))
  • with --enable-zip
Wed, 10 Jul 2024 13:09:23 +0000 [ERROR] Error during archive creation: ArchiveCreationError("zip", ArchiveCreationError("Failed to create the ZIP archive", IoError("Could not get file metadata", Os { code: 2, kind: NotFound, message: "No such file or directory" })))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant