itzg/docker-mc-backup

Support for normal `.zip` compression

Ouverte

#262 ouverte le 25 janv. 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Shell (66 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (501 étoiles)
Métriques de merge PR
 (Merge moyen 6h 9m) (8 PRs mergées en 30 j)

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.

Guide contributeur