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..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 @@ -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) ---