itzg/docker-mc-backup

Support for normal `.zip` compression

開放

#262 建立於 2026年1月25日

 (0 則留言) (0 個反應) (0 位負責人)Shell (66 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (501 顆星)
PR 合併指標
 (平均合併 6小時 9分鐘) (30 天內合併 8 個 PR)

描述

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.

貢獻者指南