itzg / itzg/docker-mc-backup

Support for normal `.zip` compression

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

Nobody has claimed this yet.

enhancement help wanted
Dominant language
Shell
Stars
538
Forks
69
Avg merge
3h 28m
Merged PRs (30d)
2

Description

Hey, it would be really awesome if there was a way of creating `.zip` backups. Currently I use the default `gzip` configuration, and when trying to open the `.tgz` archive using 7zip there is a weird folder structure inside and I am not sure if this is supposed to look like this:

```
[backup-20251225-205201.tgz]
'- [backup-20251225-205201.tar]
'- [.] (Just a folder called ".")
|- [<...>]
'- [<...>] (all the files from the backup)
```

It would be really nice if I could just specify `BACKUP_METHOD='zip'` and this would create `.zip` backups.

Thanks.

Contributor guide

No contributing guide indexed for this repository

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 reading the existing backup-method handling and the current gzip/tar workflow. Add support for selecting zip through BACKUP_METHOD='zip', then run the existing backup workflow and verify that the result is a normally browsable .zip archive containing the backup files.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.