jimsalterjrs / sanoid

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.)
http://www.openoid.net/products/
GNU General Public License v3.0
3.15k stars 309 forks source link

Sincoid two inital backups in parallel, same source, , second fails, finishes in second #895

Closed cstrozyk closed 8 months ago

cstrozyk commented 8 months ago

Hello,

in my proxmox server I use:

Fresh destionation zfs filesystems, inital first backups tank source usbtank destination local initial backup btank destination local initial backup

Backup A

syncoid -r tank/data usbtank/backup

in another shell, while still running the first backup

Backup B

syncoid -r tank/data btank/backup

The Backup A runs 12 hours, Backup B is done in 20 seconds Backup B misses nearly all files. It's only an incremental backup.

So, it's not save to backup one source to two destinations running parallel synoid's I assume it has to do with the snapshot naming.

Best regards, chris

cstrozyk commented 8 months ago

Sorry, it' fixed in the latest version, closed