Add tar.gz archive format support #32

Open
opened 2026-06-05 01:26:40 +00:00 by jmiller · 0 comments
Owner

Summary

Add non-proprietary archive formats alongside ZIP. tar.gz is widely supported on Linux servers and produces smaller archives.

Scope

  • Add tar.gz option to archive_format field in profile form
  • Update BackupEngine to create tar.gz archives using PharData
  • Update RestoreEngine to detect and extract tar.gz
  • Update MokoRestore standalone script for tar.gz support
## Summary Add non-proprietary archive formats alongside ZIP. tar.gz is widely supported on Linux servers and produces smaller archives. ## Scope - Add tar.gz option to archive_format field in profile form - Update BackupEngine to create tar.gz archives using PharData - Update RestoreEngine to detect and extract tar.gz - Update MokoRestore standalone script for tar.gz support
Sign in to join this conversation.
No labels
Type Feature
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomBackup#32