I haven't got an update yet, but I have another problems as I am trying to move my jail directory. I have fix that issues by moving the jail to new array which i was planning to do anyways.
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
Thanks, I got working. It transferring to new data. By any chance what safe way to clear all snapshots? something like "zfs destory" but im not sure how do it safely.
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.