[Feature] changing the unpack process tmp folder
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 272
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
the unpacking of a backup become impossible as the backed up data far exceed the system drive needs. is it possible to change the folder where the process is manipulating the data ? it's currently stored in /tmp .
to restore a single file, is it possible to only unpack the chunk where that file is located ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the backup restore and unpack entry points that use /tmp, then trace how chunks are selected during restoration. Clarify whether the intended result is a configurable temporary folder, single-file restoration from only its chunk, or both; done should include coverage for the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100