Add option to choose where to place temp files when compressing and creating archive #15
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: stephenseo/SimpleArchiver#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It currently isn't clear that when creating an archive with processed files, a temporary file is created in the current working directory before it is stored into the archive. This cannot be directly streamed into the archive file because the total file size is needed in advance. If it was directly streamed into the file, the program wouldn't know what size the resulting processed file is. The compromise is to store it on the filesystem temporarily and not in memory.
It should be made clear that creating an archive with a compressor-cmd uses temp files, and it should be possible to specify a place to store temp files instead of the current working directory.
Done in
0b63dd12ee
.