IroesStrongarm
Dabbler
- Joined
 - Mar 9, 2024
 
- Messages
 - 16
 
I've got a dataset that I want to encrypt. I've come up with what I believe would be the correct and most efficient procedure. Please let me know if I'm wrong here or if there's a better way. My path to the dataset is tank/data/appdata/immich. My plan is the following:
EDIT: Fixed up the formatting to make my intentions more explicit. Fixed the paths in my commands as well thanks to my oversite being pointed out to me.
	
		
			
		
		
	
			
			- Run command: 
zfs rename tank/data/appdata/immich tank/data/appdata/immich_old - Create new immich dataset in GUI that's encrypted. Recreate existing ACL permissions
 - Run command: 
mv /mnt/tank/data/appdata/immich_old/ /mnt/tank/data/appdata/immich/ - Delete immich_old in GUI
 
EDIT: Fixed up the formatting to make my intentions more explicit. Fixed the paths in my commands as well thanks to my oversite being pointed out to me.
			
				Last edited: