Can FreeNAS zfs send to a Linux machine?Is FreeNAS reliable?FreeNAS + ZFS for redundant pooling?Encryption with ZFS on linuxFormatting a FreeNAS ZFS volume as ext4 for Linux use?ZFS - zfs destroy snapshot during zfs send incrementalWhy is `zfs list -t snapshot` orders of magnitude slower than `ls .zfs/snapshot`?Can ZFS using snaphots replace DRBD using sync protocol A?How can I passively examine the contents of a ZFS send stream?Mount a partition from a VM disk ZFS snapshot in FreeNASZFS Send and ZFS receive dataset without -RI incremental replication sync
Where are the "shires" in the UK?
SafeCracker #3 - We've Been Blocked
Word meaning as function of the composition of its phonemes
Are the Night's Watch still required?
Are pressure-treated posts that have been submerged for a few days ruined?
In Stroustrup's example, what does this colon mean in `return 1 : 2`? It's not a label or ternary operator
List of newcommands used
finding a solution for this recurrence relation
What is the solution to this metapuzzle from a university puzzling column?
What was the first story to feature the plot "the monsters were human all along"?
Adding command shortcuts to bin
Point of the Dothraki's attack in GoT S8E3?
How did the Venus Express detect lightning?
Does the 7th major scale note resolve more strongly to the lower tonic (note 1) than the higher tonic (note 8)?
Introducing Gladys, an intrepid globetrotter
How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?
29er Road Tire?
Can my 2 children 10 and 12 Travel to the USA on expired American Passports? They are US citizens
Decoupling cap routing on a 4 layer PCB
What are the differences between credential stuffing and password spraying?
How can I get people to remember my character's gender?
Upside-Down Pyramid Addition...REVERSED!
Why does this derived table improve performance?
What does this wavy downward arrow preceding a piano chord mean?
Can FreeNAS zfs send to a Linux machine?
Is FreeNAS reliable?FreeNAS + ZFS for redundant pooling?Encryption with ZFS on linuxFormatting a FreeNAS ZFS volume as ext4 for Linux use?ZFS - zfs destroy snapshot during zfs send incrementalWhy is `zfs list -t snapshot` orders of magnitude slower than `ls .zfs/snapshot`?Can ZFS using snaphots replace DRBD using sync protocol A?How can I passively examine the contents of a ZFS send stream?Mount a partition from a VM disk ZFS snapshot in FreeNASZFS Send and ZFS receive dataset without -RI incremental replication sync
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a FreeNAS 11.2 box. I'd like to use zfs send
to send snapshots to another box.
Can that receiving box be a Linux machine or does it need to be FreeBSD?
What if the FS is encrypted using FreeNAS's GELI scheme?
zfs freenas zfsonlinux
New contributor
add a comment |
I have a FreeNAS 11.2 box. I'd like to use zfs send
to send snapshots to another box.
Can that receiving box be a Linux machine or does it need to be FreeBSD?
What if the FS is encrypted using FreeNAS's GELI scheme?
zfs freenas zfsonlinux
New contributor
add a comment |
I have a FreeNAS 11.2 box. I'd like to use zfs send
to send snapshots to another box.
Can that receiving box be a Linux machine or does it need to be FreeBSD?
What if the FS is encrypted using FreeNAS's GELI scheme?
zfs freenas zfsonlinux
New contributor
I have a FreeNAS 11.2 box. I'd like to use zfs send
to send snapshots to another box.
Can that receiving box be a Linux machine or does it need to be FreeBSD?
What if the FS is encrypted using FreeNAS's GELI scheme?
zfs freenas zfsonlinux
zfs freenas zfsonlinux
New contributor
New contributor
New contributor
asked 3 hours ago
AdamAdam
1083
1083
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes, you can definitely send ZFS snapshots and filesystem streams to other ZFS-based systems. There's nothing that would prevent this.
As for the usability of the encrypted filesystem on the target (receiving) server, I don't think that will work.
You're welcome to try this. Is there any reason you haven't tested yet?
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965659%2fcan-freenas-zfs-send-to-a-linux-machine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, you can definitely send ZFS snapshots and filesystem streams to other ZFS-based systems. There's nothing that would prevent this.
As for the usability of the encrypted filesystem on the target (receiving) server, I don't think that will work.
You're welcome to try this. Is there any reason you haven't tested yet?
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
add a comment |
Yes, you can definitely send ZFS snapshots and filesystem streams to other ZFS-based systems. There's nothing that would prevent this.
As for the usability of the encrypted filesystem on the target (receiving) server, I don't think that will work.
You're welcome to try this. Is there any reason you haven't tested yet?
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
add a comment |
Yes, you can definitely send ZFS snapshots and filesystem streams to other ZFS-based systems. There's nothing that would prevent this.
As for the usability of the encrypted filesystem on the target (receiving) server, I don't think that will work.
You're welcome to try this. Is there any reason you haven't tested yet?
Yes, you can definitely send ZFS snapshots and filesystem streams to other ZFS-based systems. There's nothing that would prevent this.
As for the usability of the encrypted filesystem on the target (receiving) server, I don't think that will work.
You're welcome to try this. Is there any reason you haven't tested yet?
answered 3 hours ago
ewwhiteewwhite
175k78371728
175k78371728
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
add a comment |
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
1
1
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
The encryption won't matter. GELI just encrypts the data blocks stored on the disk. Once you're running the OS live from the encrypted filesystem, the snapshot is just a snapshot. I second your encouragement that the OP test.
– Jim L.
2 hours ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
Testing likely means building another box. That means buying hardware. I asked this question because it will inform the type of hardware I'd buy.
– Adam
1 hour ago
add a comment |
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Adam is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965659%2fcan-freenas-zfs-send-to-a-linux-machine%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown