mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
update docs
This commit is contained in:
parent
c6afa33e62
commit
5316737388
11
README.md
11
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
|
||||
===============
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user