▲ 5 r/MSP360

How object lock actually stops ransomware from deleting your backups

Keep seeing "immutable backup" thrown around, so here's what actually happens under the hood, because it's simpler than the vendors make it sound.

Object lock is a feature of S3-compatible storage (AWS S3, Backblaze B2, Wasabi, MinIO). When you write a backup object with a retention lock, the storage layer itself refuses to delete or overwrite it until the retention period expires. not the backup app, the storage. So even if an attacker steals your backup software credentials, or ransomware runs as full admin, the delete/encrypt call gets rejected by the bucket. In compliance mode there's no API that overrides it. that's the entire point.

That's the immutable "+1" in 3-2-1-1-0. Pair it with bring-your-own-storage (you own the bucket and the keys) and the copy lives somewhere neither a compromised prod box nor the vendor can reach it.

Gotchas people hit: governance mode can be bypassed by a privileged user, so use compliance mode for the copy that actually matters. and you pay for storage across the whole retention window, even for objects you "deleted" but are still locked.

Anyone running object lock in prod, compliance or governance mode, and what retention window did you settle on? trying to balance the "oh no" window against the storage bill.

reddit.com
u/TracerMore — 9 days ago

My remote company killed all meetings before noon and output doubled

We were drowning in meetings. Standup at 9, syncs at 10 and 11, half the team never had a clear morning. Someone finally proposed a rule as an experiment. No internal meetings before noon, full stop, for a month.

I was skeptical, figured we'd just cram the same meetings into the afternoon. What actually happened is a bunch of them just died. Turns out a lot of "quick syncs" existed because they were easy to schedule, not because they were needed. When the morning was protected people started dropping questions in threads and most got answered without a call at all.

The mornings became the block where actual work happened. By the second week eng was shipping noticeably more and the whole vibe was calmer. We measured it loosely, cycle time on tickets dropped, I won't pretend it was scientific but it was obvious enough.

The part that surprised me is nobody wanted to go back. We made it permanent. Afternoons are for the calls that actually need to be calls, mornings are yours.

If your remote days feel like meeting sandwiches with 20 minutes of work between them, a protected block might do more than any productivity app.

reddit.com
u/TracerMore — 1 month ago