Skip to content

Instantly share code, notes, and snippets.

View harmoniqpunk's full-sized avatar

Harmoniq Punk harmoniqpunk

  • Earth
View GitHub Profile
@harmoniqpunk
harmoniqpunk / gist:59e42d9c5e777e70ab0f5faf3a6517c1
Last active March 11, 2024 21:33
FreeBSD ZFS incremental backup in OVH Cold Archive. zroot snapshots are stored in an encrypted dataset inside the main pool
#!/bin/sh
set -e
# Configuration
zpool="bbox"
snapshot_prefix="${zpool}-" # Identify your ZPOOL daily snapshots
retention_count=36 # Number of snapshots per container
# Generate snapshot name with date