Hi all!
We use dd and restic to backup VM hard drives.
restic 0.18.1 compiled with go1.25.1 on linux/amd64
restic -v -r /tmp backup --skip-if-unchanged --stdin-filename VMdsk --stdin-from-command – dd if=/dev/VMdsk bs=4k status=none
The problem is that restic creates a new snapshot even if the VM was turned off and nothing has changed on the disk since the last backup.
Is the --skip-if-unchanged option compatible with stdin input ?