News
Beyond Deduplication: When to Use Duplicati’s Sync Copy Mode vs. Block-Level Backups
While block-level backups excel at space-saving encrypted recovery, Duplicati’s Sync Copy Mode delivers direct 1:1 file replication for workflows that demand instant readability. Discover when to pair raw file mirroring with your existing backup strategy to balance speed, safety, and accessibility.
Duplicati’s core engine chunks, deduplicates, compresses, and encrypts files into AES-256 block archives; ideal for space-efficient, ransomware-resilient point-in-time recovery. However, Sync Copy Mode introduces direct, one-way file replication for workflows that demand immediate, raw file access without requiring restoration tools. Choosing the right engine comes down to whether your target workload requires historical depth or direct availability.
Feature | Block-Level Engine | Sync Copy Mode |
Data Format | Encrypted (AES-256), compressed block volumes | Raw, unencrypted, native file layout |
Versioning & Deduplication | Yes (cross-file deduplication & customizable retention) | No (exact 1:1 mirror of current local state) |
Restore Process | Reconstructed via Duplicati UI or CLI | Readable directly from the destination storage |
Storage Overhead | Low (deduplicated & compressed) | Medium (1:1 storage ratio) |
Snapshot Support | Supported (VSS/LVM) | Supported (replicates directly from active snapshots) |
Ideal Deployment Scenarios for Sync Copy Mode
While block-level backups remain the standard for comprehensive disaster recovery, Sync Copy Mode excels in specialized environments where intermediary archival formats add unnecessary friction:
Media Libraries: Replicate bulk video, audio, or raw photobanks to a NAS or cloud bucket where files must remain immediately streamable without pre-restoration extraction.
Staging & Dev Environments: Clone project directories to test servers or staging targets where applications require raw file paths ready to consume immediately.
Secondary Offsite Mirrors: Maintain a human-readable, unencrypted offsite copy alongside your primary encrypted backups for quick manual inspection or localized sharing.
Safety Flags and State Management
Direct file replication carries the inherent risk of propagating deletions or overwriting target files unexpectedly. Duplicati includes granular safety controls to maintain precise target state management:
--sync-then-delete: By default, Duplicati does not purge destination files when they disappear from the local source. Enabling this flag forces a strict mirror by deleting remote files only after all local additions and updates finish replicating successfully.--sync-remote-state=UseRemoteState(Default): Safest operational mode. Duplicati enumerates the remote target directory-by-directory before uploading, guaranteeing accurate state synchronization even if remote files were modified externally.--sync-remote-state=UseLocalState: Speeds up execution on large cloud destinations by tracking target inventory in a local database, eliminating costly remote directory listings.--sync-remote-state=BlindlyUpload: Maximum speed for append-only environments. Copies local files directly to the remote without prior state checks, skipping deletion logic entirely.
Leverage block-level backups for your core system recovery, and deploy Sync Copy Mode where direct file readability and zero-friction access take priority.
Download the free open-source Duplicati backup client now and start securing your files in minutes.



