Hello, I am using zxfer to replicate/backup ZFS snapshots (created by zfSnap) to the backup server.
zxfer calls this commands internally (read dataset properties):
Send/Reeceive is OK, but after month or two of server run, this zxfer commands become extremely slow (eg 10mins and more).
After restart, everything is much better.
Whats wrong, any ideas? Thanks!
zxfer calls this commands internally (read dataset properties):
Code:
zfs get -Ho property,value,source all zroot
zfs get -Hpo property,value,source all zusbbackup/backups/pf-server/zroot
...same calls for each source and target dataset...
Send/Reeceive is OK, but after month or two of server run, this zxfer commands become extremely slow (eg 10mins and more).
After restart, everything is much better.
Whats wrong, any ideas? Thanks!