diff --git a/README.md b/README.md index cd985d9..d26dae0 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ optional arguments: --clear-mountpoint Sets canmount=noauto property, to prevent the received filesystem from mounting over existing filesystems. (recommended) + --filter-properties FILTER_PROPERTIES + Filter properties when receiving filesystems. Can be + specified multiple times. (Example: If you send data + from Linux to FreeNAS, you should filter xattr) --rollback Rollback changes on the target before starting a backup. (normally you can prevent changes by setting the readonly property on the target_fs to on) @@ -176,6 +180,13 @@ This usually means you've created a new snapshot on the target side during a bac * Solution 2: Destroy the newly created snapshot and restart zfs_autobackup. +`internal error: Invalid argument` + +In some cases (Linux -> FreeBSD) this means certain properties are not fully supported on the target system. + +Try using something like: --filter-properties xattr + + Restore example ===============