From 32a566ac41301272640522077888531e12c2b83b Mon Sep 17 00:00:00 2001 From: "oleh.motrunych" Date: Thu, 25 Sep 2025 16:50:08 +0200 Subject: [PATCH 1/2] fixed image link --- ...25-09-22-building-scalable-data-warehouse-backup-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md b/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md index 3a9f68d..362140e 100644 --- a/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md +++ b/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md @@ -16,7 +16,7 @@ At its core, the pipeline performs incremental backups — copying only new or c To avoid data loss and reduce storage costs, we also implemented a safe deletion workflow. Files older than 90 days, successfully backed up, and no longer present in the source are tagged for lifecycle-based cleanup instead of being deleted immediately. This approach ensures reliability, efficiency, and safety: backups scale seamlessly from small to massive datasets, compute resources are right-sized, and storage is continuously optimized. -![Open Data Warehouse Backup System diagram](..//files/backup_system_diagram.png) +![Open Data Warehouse Backup System diagram](/files/backup_system_diagram.png) --- @@ -33,7 +33,7 @@ This approach ensures reliability, efficiency, and safety: backups scale seamles - Run monthly backups across all databases - Scale from small jobs to massive datasets -- Handle incremental changes instead of full copies +- Handle incremental changes instead of full copiesg - Safely clean up old data without risk of data loss --- From 98b61b667db876ce016335542dacce8f6d980589 Mon Sep 17 00:00:00 2001 From: "oleh.motrunych" Date: Thu, 25 Sep 2025 16:51:24 +0200 Subject: [PATCH 2/2] fixed image link --- ...2025-09-22-building-scalable-data-warehouse-backup-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md b/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md index 362140e..ab80285 100644 --- a/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md +++ b/_posts/2025-09-22-building-scalable-data-warehouse-backup-system.md @@ -33,7 +33,7 @@ This approach ensures reliability, efficiency, and safety: backups scale seamles - Run monthly backups across all databases - Scale from small jobs to massive datasets -- Handle incremental changes instead of full copiesg +- Handle incremental changes instead of full copies - Safely clean up old data without risk of data loss ---