Hi,
I think I misunderstanding something about sending and receiving snapshots, and I need explanation or guide.
I have zfs storage like below:
I creating snapshot like below:
and sending / receiving snapshot like below
After that I have:
I have zroot/jails/vm2 without child data sets, it's not mounted - why ?
Where I'm wrong ?
I think I misunderstanding something about sending and receiving snapshots, and I need explanation or guide.
I have zfs storage like below:
Code:
zroot/jails/vm/dane 95528628 120 95528508 0% /jails/vm/dane
zroot/jails/vm/dane/FolderyPrzekierowane 95528696 188 95528508 0% /jails/vm/dane/FolderyPrzekierowane
zroot/jails/vm/dane/Wspolny 95528604 96 95528508 0% /jails/vm/dane/Wspolny
zroot/jails/vm/dane/ProjektyDT 95693264 164756 95528508 0% /jails/vm/dane/ProjektyDT
I creating snapshot like below:
zfs snapshot -r zroot/jails/vm@test
and sending / receiving snapshot like below
zfs send -R zroot/jails/vm@test | zfs receive -F zroot/jails/vm2
After that I have:
Code:
zroot/jails/vm/dane 95528628 120 95528508 0% /jails/vm/dane
zroot/jails/vm/dane/FolderyPrzekierowane 95528696 188 95528508 0% /jails/vm/dane/FolderyPrzekierowane
zroot/jails/vm/dane/Wspolny 95528604 96 95528508 0% /jails/vm/dane/Wspolny
zroot/jails/vm/dane/ProjektyDT 95693264 164756 95528508 0% /jails/vm/dane/ProjektyDT
zroot/jails/vm2 96578252 1049796 95528456 1% /jails/vm2
I have zroot/jails/vm2 without child data sets, it's not mounted - why ?
Where I'm wrong ?