sanoid icon indicating copy to clipboard operation
sanoid copied to clipboard

These are policy-driven snapshot management and replication tools which use OpenZFS for underlying next-gen storage. (Btrfs support plans are shelved unless and until btrfs becomes reliable.)

Results 172 sanoid issues
Sort by recently updated
recently updated
newest added

``` syncoid -r root@mymachine:rpool/data rpool/mymachine-backup/data ❌2 2024-08-27 (Aug, Tue) 00:50:09 Error: nu::parser::unknown_flag × The `echo` command doesn't have flag `-n`. ╭─[source:1:7] 1 │ echo -n · ┬ · ╰── unknown...

I am trying to perform a complete restore of my ZFS pool to my fresh server via this command: ``` syncoid \ -r \ --no-privilege-elevation \ --mbuffer-size=4G \ --no-sync-snap \...

Had to move some root pools around that I have setup using ZfsBootMenu. ZBM of course asks for kernel options to be passed via dataset property. With this combination of...

# Description I am experiencing recurring issues with ZFS replication using **`syncoid`**. I have scheduled a script to run every two hours to synchronize datasets between an SSD and a...

``` $ syncoid --version /usr/sbin/syncoid version 2.2.0 (Getopt::Long::GetOptions version 2.52; Perl version 5.36.0) ``` When there is no newer snapshot on the source, syncoid only logs the newest discovered snapshot...

Let there be three hosts: `A`, `B` and `C`. All of them use ZFS. - `A` is the primary production server. - `B` is an on-site backup destination host with...

I've got sanoid and syncoid set up using the following configuration file, but sanoid appears to be retaining 48 hourly snapshots for the backup datasets, rather than the 36 that...

Has parallel pruning ever come up? It's significantly faster for me (almost the same amount of time to prune 100s of snapshots in parallel as it takes to prune a...

Hello fine folks, I ran into a very peculiar issue today: sanoid is taking a snapshot named `..._weekly` every 15 minutes. It only started doing this today, on the 20th...

So i've been getting into proxmox clustering lately, and am using zfs replication for HA. Proxmox creates `data@__replicate_140-0_1724996413__` snapshots for this purpose, as an example. I was surprised that v2.2.0...