Seyvd is a Mac backup app that runs incremental, encrypted backups to S3-compatible cloud storage on a schedule you choose. After the first full upload, only new or changed data is transferred. Backups run from the menu bar without interrupting your work.
Manual backups fall behind. Seyvd removes that risk by making scheduled runs the default path.
How scheduled backups work on Mac
When a scheduled backup starts, Seyvd follows the same steps every time:
- takes an APFS snapshot for a consistent, point-in-time view of your files
- scans for new or changed content since the last backup
- splits changes into fixed-size chunks and deduplicates against existing data
- encrypts each chunk with AES-256-GCM before upload
- uploads only the new encrypted chunks to your S3-compatible storage
- records a timestamped snapshot you can browse and restore from later
The menu bar shows progress and status. You can continue working while the backup runs.
Why incremental backups save time and storage
The first backup uploads everything. Every run after that transfers only what has changed. Deduplication works at the chunk level, so even renamed or moved files do not trigger redundant uploads.
This has two practical effects:
- scheduled runs finish faster because less data moves
- storage costs stay predictable because duplicate content is never stored twice
Bandwidth controls for background backups
Backups that saturate your connection are backups you turn off. Seyvd includes bandwidth throttling with limits from 1 MB/s to 100 MB/s so you can keep your network usable during scheduled runs.
APFS snapshots for consistent backups
Seyvd takes an APFS snapshot before scanning files. This gives the backup engine a frozen, consistent view of your data even if files change during the run. No partial writes or mid-edit states end up in your backup.
When scheduled cloud backup matters
This approach is relevant when you want a Mac backup that runs without manual intervention, keeps storage costs low through deduplication and protects your connection with bandwidth controls. If encryption is your primary concern, read about encrypted Mac backup. For the full product overview, visit the main Seyvd page.