- Code: Select all
macbookpro08-centrim:~ gjp22$ zfs get casesensitivity,normalization tall/backups/zhandy@2012-12-03-090916
NAME PROPERTY VALUE SOURCE
tall/backups/zhandy@2012-12-03-090916 casesensitivity insensitive -
tall/backups/zhandy@2012-12-03-090916 normalization none -
Then this, to create a pool with the properties that I will require during restoration:
- Code: Select all
macbookpro08-centrim:~ gjp22$ sudo zpool create -o ashift=12 -O casesensitivity=insensitive -O normalization=formD -O atime=off -O snapdir=visible -O compression=gzip-9 zhandy /dev/disk2
Finally this, run as root, to restore:
- Code: Select all
sh-3.2# zfs send -v tall/backups/zhandy@2012-12-03-090916 | zfs receive -v -F zhandy
Question
Will the end result – the file system zhandy – use formD?