This commit is contained in:
yo
2022-06-18 16:34:06 +02:00
parent 2151034a02
commit 1c04f62ed8
2 changed files with 2 additions and 7 deletions

View File

@ -285,6 +285,8 @@ func zfsCopyIncremental(firstsnap string, secondsnap string, dest string) error
}
// then declare receiving process & pipe
/* "-Fu" flags to avoid "cannot receive incremental stream: destination qstore/iocage/jails/kibana has been modified
* since most recent snapshot" error message */
cmd_recv := exec.Command("zfs", "receive", "-Fu", dest)
stdin_recv, err := cmd_recv.StdinPipe()
if err != nil {