Skip to content

add follow symlinks flag to create par2 - #305

Merged
BlackIkeEagle merged 1 commit into
masterfrom
issue-289-follow-symlink-flag
Aug 21, 2026
Merged

add follow symlinks flag to create par2#305
BlackIkeEagle merged 1 commit into
masterfrom
issue-289-follow-symlink-flag

Conversation

@BlackIkeEagle

Copy link
Copy Markdown
Member

When you are aware of what you are doing, on POSIX systems you can now pass -L to follow symlinks. This remains a risky operation if you link to the wrong files and then later repair them.

Closes: #289

When you are aware of what you are doing, on POSIX systems you can now
pass -L to follow symlinks. This remains a risky operation if you link
to the wrong files and then later repair them.

Closes: #289
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
@BlackIkeEagle
BlackIkeEagle merged commit 84afd54 into master Aug 21, 2026
6 checks passed
@BlackIkeEagle BlackIkeEagle mentioned this pull request Aug 21, 2026
@BlackIkeEagle
BlackIkeEagle deleted the issue-289-follow-symlink-flag branch August 21, 2026 06:12
@tom-crane

Copy link
Copy Markdown

@BlackIkeEagle -- thanks for the added feature. The only issue I have is that is does not follow symlinks to directories. This does break my use-case described above. If a slightly more conservative approach is preferred, maybe you could provide the ability to follow directory symlinks on addition of a second '-L' switch on the command line?

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

Successfully merging this pull request may close these issues.

Par2 create fails to follow symlinks

2 participants