ZFS Send and ZFS receive dataset without -RI incremental replication sync Announcing the...
Feather, the Redeemed and Dire Fleet Daredevil
How was Lagrange appointed professor of mathematics so early?
Preserving file and folder permissions with rsync
Variable does not exist: sObjectType (Task.sObjectType)
What is the purpose of the side handle on a hand ("eggbeater") drill?
Was there ever a LEGO store in Miami International Airport?
Why did Europeans not widely domesticate foxes?
Is there a possibility to generate a list dynamically in Latex?
What to do with someone that cheated their way though university and a PhD program?
How to keep bees out of canned beverages?
How to translate "red flag" into Spanish?
Will I be more secure with my own router behind my ISP's router?
Why doesn't the university give past final exams' answers?
How would you suggest I follow up with coworkers about our deadline that's today?
Are there existing rules/lore for MTG planeswalkers?
Coin Game with infinite paradox
What does こした mean?
What is the ongoing value of the Kanban board to the developers as opposed to management
What is the numbering system used for the DSN dishes?
Why is arima in R one time step off?
Why did Israel vote against lifting the American embargo on Cuba?
Why I cannot instantiate a class whose constructor is private in a friend class?
Protagonist's race is hidden - should I reveal it?
Where to find documentation for `whois` command options?
ZFS Send and ZFS receive dataset without -RI incremental replication sync
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)
Come Celebrate our 10 Year Anniversary!ZFS Sync over unreliable, slow WAN. ZFS replication, or rsync?zfs send -i / receive stallingBroken ACLs when “zfs send”ing a snapshot from a Linux machine to SolarisZFS Send Script works when run manually but not in Cron (Already tried common solutions)Filesystems: Sending and receiving snapshotszfs backup script cannot receive destination zpool is renamedCan ZFS using snaphots replace DRBD using sync protocol A?Transitioning from rsync to ZFS send/receiveBacking up ZFS filesystems without redundant copiesZFS and rsnapshot for backup
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Is there a way I can send ONLY the latest snapshots to the backup zfs system even though it has previous snapshots? When I try I keep getting error:
"cannot receive new filesystem stream: destination has snapshots (eg. mirrorpool/ETC/Stuff) must destroy them to overwrite it"
And I was using zfs send receive with the -F already.
Basically the receiving system has not received a bunch of snapshots since I found it had run out of space. So I deleted a bunch of VERY old snapshots on the receiving zfs file system and left the more recent ones, but the zfs system that does the zfs send has a lot of even more recent snapshots that don't exist on the zfs receiver (backup server). But I do NOT want to replicate ALL the missing snapshots back to the snapshot they have in common. I would like to simply send the most recent snapshot couple snapshots to the zfs receiver.
Currently the zfs receiver has the first couple snapshots ever created and then the rest were deleted and only ones left were the latest it had from around sometime in October 2018. So I would like to avoid sending Every Daily snapshot since October 2018 from the Zfs Sender system to the zfs receiver and just send only the last couple snapshots.
Or is there some sort of just "rsync" type of zfs send | zfs receive where I can just keep the two datasets in-sync without sending over any snapshots?
linux zfs zfsonlinux
add a comment |
Is there a way I can send ONLY the latest snapshots to the backup zfs system even though it has previous snapshots? When I try I keep getting error:
"cannot receive new filesystem stream: destination has snapshots (eg. mirrorpool/ETC/Stuff) must destroy them to overwrite it"
And I was using zfs send receive with the -F already.
Basically the receiving system has not received a bunch of snapshots since I found it had run out of space. So I deleted a bunch of VERY old snapshots on the receiving zfs file system and left the more recent ones, but the zfs system that does the zfs send has a lot of even more recent snapshots that don't exist on the zfs receiver (backup server). But I do NOT want to replicate ALL the missing snapshots back to the snapshot they have in common. I would like to simply send the most recent snapshot couple snapshots to the zfs receiver.
Currently the zfs receiver has the first couple snapshots ever created and then the rest were deleted and only ones left were the latest it had from around sometime in October 2018. So I would like to avoid sending Every Daily snapshot since October 2018 from the Zfs Sender system to the zfs receiver and just send only the last couple snapshots.
Or is there some sort of just "rsync" type of zfs send | zfs receive where I can just keep the two datasets in-sync without sending over any snapshots?
linux zfs zfsonlinux
add a comment |
Is there a way I can send ONLY the latest snapshots to the backup zfs system even though it has previous snapshots? When I try I keep getting error:
"cannot receive new filesystem stream: destination has snapshots (eg. mirrorpool/ETC/Stuff) must destroy them to overwrite it"
And I was using zfs send receive with the -F already.
Basically the receiving system has not received a bunch of snapshots since I found it had run out of space. So I deleted a bunch of VERY old snapshots on the receiving zfs file system and left the more recent ones, but the zfs system that does the zfs send has a lot of even more recent snapshots that don't exist on the zfs receiver (backup server). But I do NOT want to replicate ALL the missing snapshots back to the snapshot they have in common. I would like to simply send the most recent snapshot couple snapshots to the zfs receiver.
Currently the zfs receiver has the first couple snapshots ever created and then the rest were deleted and only ones left were the latest it had from around sometime in October 2018. So I would like to avoid sending Every Daily snapshot since October 2018 from the Zfs Sender system to the zfs receiver and just send only the last couple snapshots.
Or is there some sort of just "rsync" type of zfs send | zfs receive where I can just keep the two datasets in-sync without sending over any snapshots?
linux zfs zfsonlinux
Is there a way I can send ONLY the latest snapshots to the backup zfs system even though it has previous snapshots? When I try I keep getting error:
"cannot receive new filesystem stream: destination has snapshots (eg. mirrorpool/ETC/Stuff) must destroy them to overwrite it"
And I was using zfs send receive with the -F already.
Basically the receiving system has not received a bunch of snapshots since I found it had run out of space. So I deleted a bunch of VERY old snapshots on the receiving zfs file system and left the more recent ones, but the zfs system that does the zfs send has a lot of even more recent snapshots that don't exist on the zfs receiver (backup server). But I do NOT want to replicate ALL the missing snapshots back to the snapshot they have in common. I would like to simply send the most recent snapshot couple snapshots to the zfs receiver.
Currently the zfs receiver has the first couple snapshots ever created and then the rest were deleted and only ones left were the latest it had from around sometime in October 2018. So I would like to avoid sending Every Daily snapshot since October 2018 from the Zfs Sender system to the zfs receiver and just send only the last couple snapshots.
Or is there some sort of just "rsync" type of zfs send | zfs receive where I can just keep the two datasets in-sync without sending over any snapshots?
linux zfs zfsonlinux
linux zfs zfsonlinux
asked 5 mins ago
htfreehtfree
1263616
1263616
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
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%2f964326%2fzfs-send-and-zfs-receive-dataset-without-ri-incremental-replication-sync%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f964326%2fzfs-send-and-zfs-receive-dataset-without-ri-incremental-replication-sync%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