Episode
Backup S3, Google Drive, iCloud, Notion with Plakar
- Published
- Mar 20, 2026
- Duration seconds
- 4150
- Processing state
processed
Actions
POST https://stenobird.com/v1/public/podcasts/devops-and-docker-talk-cloud-native-interviews-and-tooling/episodes/backup-s3-google-drive-icloud-notion-with-plakar/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/devops-and-docker-talk-cloud-native-interviews-and-tooling/backup-s3-google-drive-icloud-notion-with-plakar.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
Explore the deep engineering required to build a modern backup system from scratch, focusing on deduplication, encryption, and client-side security. The founders of Plakar discuss how to move beyond simple cron jobs to create a resilient, chainless snapshot architecture.
Topics
- Backup Engineering
- Data Deduplication
- Cloud Native
- Encryption
- Docker
- Kubernetes
- Ransomware Protection
- Open Source Software
Highlights
- Main idea: Plakar uses client-side deduplication and encryption so cloud providers never see your raw data or keys
- Practical takeaway: A 'restore-first' mindset is essential; backups are only as good as your ability to recover them
- Failure mode: Relying on unverified scripts or unverified backups can lead to catastrophic data loss during server crashes
- Technical advantage: Plakar's snapshot model has no chain dependencies, allowing you to delete old backups without breaking newer ones
- Practical takeaway: Use off-site, network-isolated backups as the primary defense against ransomware attacks
Chapters
1:00The Vision for Plakar: An introduction to Plakar's ability to back up diverse sources including Google Drive, iCloud, and Notion.11:25The Restore-First Mindset: A cautionary tale about the dangers of assuming backups work without regular restoration testing.21:40Docker and Volume Challenges: Discussing the difficulties of moving and backing up Docker volumes and the need for better integration.31:55Client-Side Security Architecture: Deep dive into how encryption and deduplication happen on the client before data reaches the storage provider.37:30Enterprise Scaling and Orchestration: How to manage massive backup workloads using agent-based architectures and central orchestrators.42:50Chainless Snapshots and Multi-Store: The technical benefits of independent snapshots and syncing data across different encrypted stores.52:45Ransomware Defense Strategies: Implementing off-site, immutable, and network-isolated backups to ensure recovery after an attack.