dpearcefl
Contributor
- Joined
- Aug 4, 2015
- Messages
- 145
We have two FreeNAS Min XL units that replicate to each other over a 1 Gb/sec link. The biggest dataset takes a long time to replication. Here is a list of the snapshots:
When a replication of a snapshot takes place is can take literally days. So it is replicating the snapshot ('used' or changed data) or all of it? For the oldest snapshot is it sending 139M or 14.6 T?
I suspect the snapshot is way larger than the 'used' column. How do I find the actual size of a single snapshot?
Thanks.
Code:
# zfs list -rt all Storage/ImageBackups NAME USED AVAIL REFER MOUNTPOINT Storage/ImageBackups 20.1T 6.84T 17.8T /mnt/Storage/ImageBackups Storage/ImageBackups@auto-20180219.0700-1d 139M - 14.6T - Storage/ImageBackups@auto-20180226.0700-1d 92.7G - 15.1T - Storage/ImageBackups@auto-20180305.0700-1d 1.44M - 17.8T -
When a replication of a snapshot takes place is can take literally days. So it is replicating the snapshot ('used' or changed data) or all of it? For the oldest snapshot is it sending 139M or 14.6 T?
I suspect the snapshot is way larger than the 'used' column. How do I find the actual size of a single snapshot?
Thanks.