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
Identifying characters
Are pressure-treated posts that have been submerged for a few days ruined?
60s/70s science fiction novel where a man (after years of trying) finally succeeds to make a coin levitate by sheer concentration
IP addresses from public IP block in my LAN
Why is "breaking the mould" positively connoted?
In Stroustrup's example, what does this colon mean in `return 1 : 2`? It's not a label or ternary operator
Adjacent DEM color matching in QGIS
Has a commercial or military jet bi-plane ever been manufactured?
Can my 2 children 10 and 12 Travel to the USA on expired American Passports? They are US citizens
Would glacier 'trees' be plausible?
What exactly are the `size issues' preventing formation of presheaves being a left adjoint to some forgetful functor?
How to adjust tikz picture so it fits to current size of a table cell?
Pressure inside an infinite ocean?
Upside-Down Pyramid Addition...REVERSED!
Copy previous line to current line from text file
Are the Night's Watch still required?
Why wasn't the Night King naked in S08E03?
Nominativ or Akkusativ
How do inspiraling black holes get closer?
Where are the "shires" in the UK?
List of newcommands used
Find the cheapest shipping option based on item weight
How can I get people to remember my character's gender?
Are there any of the Children of the Forest left, or are they extinct?
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