nextcloud / nextcloud/backup

[Feature] changing the unpack process tmp folder

Open
#302 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.