Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: zfs Clear Filter

Zfsbackrest: Pgbackrest style encrypted backups for ZFS filesystems

zfsbackrest ⚠️ Experimental: Do not use it as your only way for backups. This is something I wrote over a weekend. There's a lot of things that need work here. pgbackrest style encrypted backups for ZFS filesystems. Getting Started Installing You need age installed to generate encryption keys. Encryption is NOT optional. $ go install github.com/gargakshit/zfsbackrest/cmd/zfsbackrest@latest Configuring Create /etc/zfsbackrest.toml . debug = true # warning, may log sensitive data [ repos

Make Your Own Backup System – Part 2: Forging the FreeBSD Backup Stronghold

Laying the Foundation With the primary backup strategies and methodologies introduced, we've reached the point where we can get specific: the Backup Server configuration. When choosing the type of backup server to use, I tend to favor specific setups: either I trust a professional backup service provider (like Colin Percival's Tarsnap), or I want full control over the disks where the backups will be hosted. In both cases, for the past twenty years, my operating system of choice for backup serv