Archive/Extract symbolic links #13

Closed
opened 2024-07-18 04:31:58 +00:00 by stephenseo · 2 comments
Owner

When archiving symbolic links, the program should store both relative and absolute paths.

When extracting symbolic links, the program should prefer creating links with relative paths and allow a command argument to change this behavior.

When archiving symbolic links, the program should store both relative and absolute paths. When extracting symbolic links, the program should prefer creating links with relative paths and allow a command argument to change this behavior.
stephenseo added this to the Development Planning project 2024-07-18 04:31:58 +00:00
Author
Owner

Perhaps the priority should be:

If the symbolic link links to something that is going to be archived, prefer relative-path-links.
Otherwise, prefer absolute-path-links.

Not quite sure if this is the ideal way to go...

Perhaps the priority should be: If the symbolic link links to something that is going to be archived, prefer relative-path-links. Otherwise, prefer absolute-path-links. Not quite sure if this is the ideal way to go...
Author
Owner

Finished as of d8068a6f5f .

Finished as of d8068a6f5f8999dd274e25603a15df2f987af3b3 .
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/SimpleArchiver#13
No description provided.