From 69ed827c0dde31420335f773c0e2d6a98decc43a Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Tue, 30 Mar 2021 11:53:11 +0200 Subject: [PATCH] doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b23cb4..38d8454 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,13 @@ Note: This usually happens if the source-side has a non-standard mountpoint for In some cases (Linux -> FreeBSD) this means certain properties are not fully supported on the target system. -Try using something like: --filter-properties xattr +Try using something like: --filter-properties xattr or --ignore-transfer-errors. + +### zfs receive fails, but snapshot seems to be received successful. + +This happens if you transfer between different Operating systems/zfs versions or feature sets. + +Try using the --ignore-transfer-errors option. This will ignore the error. It will still check if the snapshot is actually received correctly. ## Restore example