Skip to content

Tag: storage

All the articles with the tag "storage".

Borg vs Duplicacy: Dedup Backup Wars

Borg vs Duplicacy: Dedup Backup Wars

Borg is open-source classic with SSH targets. Duplicacy has lock-free multi-source magic but commercial GUI. Here's which backup tool to pick.

rclone vs Restic: Sync vs Backup

rclone vs Restic: Sync vs Backup

rclone copies and syncs files to cloud storage. Restic does deduplicated encrypted snapshots. Confusing them costs you restores at 2 AM.

ZFS Encryption vs LUKS

ZFS Encryption vs LUKS

Native ZFS dataset encryption vs LUKS under your pool, which layer to encrypt at, performance trade-offs, key management, and raw send/recv.

Syncthing vs Resilio vs Seafile

Syncthing vs Resilio vs Seafile

Dropbox got expensive and your data left the building. Syncthing, Resilio Sync, and Seafile compared, pick the one that fits your threat model.

fio: Real Disk Benchmarking

fio: Real Disk Benchmarking

Stop trusting marketing IOPS numbers. fio measures what your disk actually does on your workload, sequential, random, mixed. Here's how to read the output honestly.

Bcachefs in 2026: Ready or Not

Bcachefs in 2026: Ready or Not

· Updated:

Bcachefs got booted from the Linux mainline kernel and now ships as a DKMS module. Stability verdict, tiering, and a straight answer for home lab use in 2026.

Docker Volume Mounts: Essential Flags

Docker Volume Mounts: Essential Flags

· Updated:

The -v and --mount flags for Docker volumes explained, bind mounts vs named volumes, read-only, propagation, and tmpfs options.

How to install NextCloud via Docker

How to install NextCloud via Docker

· Updated:

Self-host Nextcloud in Docker with persistent storage and a reverse proxy, your own Google Drive without the Google.

the lost+found Directory in Linux

the lost+found Directory in Linux

· Updated:

What is lost+found and why does it exist? fsck puts recovered file fragments there after a crash, and no, you can't delete it.