RainbowDinosaur
Cadet
- Joined
- Jul 24, 2018
- Messages
- 3
Current state : zpool 82% full
I'm trying to do a ZFS snapshot of my current dataset (used for storing database data) and send it over (using zfs send/recv) to another server for backup purpose.
However, the moment after I did a zfs snapshot, the snapshot size grows quickly ~= 100M/sec (probably because my dataset is changing rapidly)
I'm worried that before the send/recv is able to complete, I will face out of storage issue.
Is there any alternative ways I can snapshot safely and send (to a file, server, etc), beside stopping my database service?
I'm trying to do a ZFS snapshot of my current dataset (used for storing database data) and send it over (using zfs send/recv) to another server for backup purpose.
However, the moment after I did a zfs snapshot, the snapshot size grows quickly ~= 100M/sec (probably because my dataset is changing rapidly)
I'm worried that before the send/recv is able to complete, I will face out of storage issue.
Is there any alternative ways I can snapshot safely and send (to a file, server, etc), beside stopping my database service?