Join us

ContentUpdates and recent posts about Snapper..
Story
@laura_garcia shared a post, 5 months, 3 weeks ago
Software Developer, RELIANOID

Tesco’s latest outage is a reminder: uptime IS the customer experience.

Shoppers across the UK faced checkout failures, broken order updates, and Clubcard access issues as Tesco’s digital platforms suffered “intermittent” instability. In modern retail, even brief disruptions damage trust, loyalty, and sales. At RELIANOID, we help retailers stay resilient with intelligen..

tesco outage
Link
@anjali shared a link, 5 months, 3 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool Grype , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool Bandit , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool pre-commit , 5 months, 3 weeks ago.
Snapper is a command-line tool developed by SUSE for managing filesystem snapshots. It allows users to create, delete, compare, and restore snapshots of their system or data. A snapshot is a read-only point-in-time copy of a filesystem, useful for recovering from system changes or errors. Snapper integrates deeply with the SUSE ecosystem and works primarily with Btrfs, though it also supports LVM with thin provisioning. It can automatically take snapshots before and after software updates or system modifications, helping users track what changed and roll back if necessary. By using pre and post snapshots, Snapper provides a simple way to undo changes or restore files without requiring full system backups. It also supports automatic cleanup routines to manage disk space efficiently. In practice, Snapper serves as both a safety net and a diagnostic tool, making it easier to maintain system stability and recover quickly from mistakes or failed updates.