Skip to content

zarchive tool fails to archive directories containing symlinks #9

@Tachi107

Description

@Tachi107

When trying to archive a directory containing a symbolic link, zarchive follows the link and tries to archive the same file twice.

To reproduce:

$ mkdir example
$ touch example/real_file
$ ln -s real_file example/link
$ zarchive example
Outputting to: example.zar
Adding real_file
Adding real_file
Failed to create archive file real_file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions