bellhyve / zelta

ZFS tools used for data migration and backup management.
Other
38 stars 6 forks source link

`zelta match` subcommand to compare properties more fully #33

Closed bellhyve closed 6 months ago

bellhyve commented 9 months ago

This would be workalike for zelta-reconcile.awk that compares zfs list -oall properties and zfs allow output. No need to scan snapshots for this so I don' think this fits into zelta-reconcile.awk.

bellhyve commented 7 months ago

I'm putting the property checker in "zelta-replicate.awk" for now. But I would like to add a creation or other time columns to tell the user exactly how out of date a target is from its source (assuming creation is reliable in this way).

bellhyve commented 6 months ago

Property checker works in zelta-replicate.awk but I still need to add smart flag decisions smarter, e.g., -w for encryption.