Implement Backup Compression and Decompression #48
Labels
enhancement
New feature or request
invalid
This doesn't seem right
priority:medium
important features but less urgent
Milestone
Overview
To improve the manageability and efficiency of handling backup files, we want to implement a feature to compress backups into
tar.gz
format before uploading them to storage backends. This enhancement applies to backups for:The compressed backups will simplify storage and retrieval processes, reduce upload times, and optimize space usage on storage backends. Additionally, we require a robust decompression function to handle previously compressed files, ensuring fault tolerance and efficient resource utilization.
Why This Change is Necessary
Acceptance Criteria
tar.gz
format before uploadtar.gz
formattar.gz
format to create a single compressed filetar.gz
files that were previously compressed using this systemTechnical Details
DecompressBackup
function to handle extracting tar.gz filesTasks
CompressBackup
function with fault tolerance and concurrencyDecompressBackup
function with the same reliability featuresThe text was updated successfully, but these errors were encountered: