zfs recv

  1. JohnnySorocil

    Solved ZFS replicate whole pool

    I have backup on my whole src pool, stored on the server: data/backup/src_pool. Backup was made with zfs snapshot -r src_pool@migrate zfs send -Rv src_pool@migrate | zfs recv data/backup/src_pool Now I am trying to restore it to the root of the new pool zfs create new_pool ... zfs snapshot...
  2. J

    ZFS ZFS Dataset Size is out of control, ZFS SEND/RECV hangs on random datasets

    I did find this thread that was related but I have snapshots. https://forums.freebsd.org/threads/zfs-dataset-is-occupying-more-space-than-the-actual-data.83901/ A few months ago i had a zfs corruption issue with the server in question and re-partioned. Since then I've been having zfs send |...
Back
Top