Our great sponsors
-
sanoid
Policy-driven snapshot management and replication tools. Using ZFS for underlying next-gen storage. (Btrfs support plans are shelved unless and until btrfs becomes reliable.) Primarily intended for Linux, but BSD use is supported and reasonably frequently tested.
Given ZFS it's potentially worth looking at https://github.com/jimsalterjrs/sanoid
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I wrote https://github.com/Freaky/zfsnapr a few months ago so I could finally have point-in-time consistent Borg backups with ZFS snapshots, without having the mess of teaching Borg where every .zfs directory was.
It recursively snapshots mounted pools, and recursively mounts snapshots of the mounted datasets into a target ready to point your backup tools at. I do so via a chroot so I didn't need to make any changes to my Borg setup - just to how I run it.
Related posts
- Minimum ZFS delegated permissions for Syncoid
- Not understanding how ZFS snapshots work exactly...
- Proxmox ZFS offsite backup - to rsync.net - zfs send over SSH
- zfs/zpool commands on a remote pool
- How to use Portainer + proxmox right for a Docker noob? I mean individual container data backup, isolated networks, etc?