itzg/docker-mc-backup

Support for normal `.zip` compression

Open

#262 geöffnet am 25. Jan. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Shell (66 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (501 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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