syncing via zfs?
Any way to sync a zfs file system without having to completely rewrite it with zfs send and zfs recv?
Consider a development database which needs to be subsequently refreshed with production data. If a standard zfs send/recv from production to development is used then the whole 250GB takes quite some time to complete. Even an incremental update from two prod snapshots wont work because its the data on the destination side that has changed. This would have to be something that works sort of like rsync. Just looking for a quick way to sync the data from source(prod) to destination(dev).
Consider a development database which needs to be subsequently refreshed with production data. If a standard zfs send/recv from production to development is used then the whole 250GB takes quite some time to complete. Even an incremental update from two prod snapshots wont work because its the data on the destination side that has changed. This would have to be something that works sort of like rsync. Just looking for a quick way to sync the data from source(prod) to destination(dev).
0