Greetings all,
let us say that a snapshot of a data-set has been created, e.g.
However, what if one wanted the data-set to be in a different location, e.g., /storage/my_videos/data-set, perhaps because the storage/my_videos has properties set for video files, eg., recordsize, atime, etc. Is it possible to do so in one step, instead of rolling it back to the defaults location and then copy/move it to the final location?
Kindest regards,
M
let us say that a snapshot of a data-set has been created, e.g.
zfs snapshot tank/data-set@today
. The snapshot has then been transferred to a different server, e.g., /storage/backup/data-set@today. With zfs rollback storage/backup/data-set@today
, the resulting mount-point will be /storage/backup/data-set.However, what if one wanted the data-set to be in a different location, e.g., /storage/my_videos/data-set, perhaps because the storage/my_videos has properties set for video files, eg., recordsize, atime, etc. Is it possible to do so in one step, instead of rolling it back to the defaults location and then copy/move it to the final location?
Kindest regards,
M