Encrypted ZFS replication on Debian (TrueNAS Scale)

cub1t

Dabbler
Joined
Dec 9, 2020
Messages
10
Hi All,

I recently switched from TrueNAS Core to TrueNAS Scale so that I could get GPU acceleration working in Plex (via Docker).

I'm really loving Scale as more of my background is in Linux, although I had the issue I'm about to link to on both platforms!

I made a post last night to stackexchange detailing my situation - but I thought it might be better placed here.


I did search the forums, and the only posts I could find which came close were:

I may well go ahead with garm's suggestion and:
> rsync and then snapshot the encrypted dataset once rsync is finished

If I can't make sense of what I want to do.

Thanks in advance to anyone who responds!
 

cub1t

Dabbler
Joined
Dec 9, 2020
Messages
10
I solved this myself after RTFM.

Code:
foo@BAR:~# zfs send --verbose -I tank/data@auto-2020-11-24_20-50 tank/data@manual-2020-12-09_11-14 | zfs recv -Fv reservoir/data
total estimated size is 619G
receiving incremental stream of tank/data@auto-2020-12-01_00-00 into reservoir/data@auto-2020-12-01_00-00
 
Top