Comments
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user