dump level not working?Byte-level versus file-level backupsWhat is Unix for the OpenVMS DUMP command?dump...
Why is the underscore command _ useful?
Work requires me to come in early to start computer but wont let me clock in to get paid for it
Drawing a german abacus as in the books of Adam Ries
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Restricting the options of a lookup field, based on the value of another lookup field?
Is it acceptable to use working hours to read general interest books?
Israeli soda type drink
What *exactly* is electrical current, voltage, and resistance?
Is Diceware more secure than a long passphrase?
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?
What does a straight horizontal line above a few notes, after a changed tempo mean?
What is the unit of time_lock_delta in LND?
Multiple options vs single option UI
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Is there metaphorical meaning of "aus der Haft entlassen"?
What is the best way to deal with NPC-NPC combat?
What was Apollo 13's "Little Jolt" after MECO?
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
A faster way to compute the largest prime factor
Why must Chinese maps be obfuscated?
Find the identical rows in a matrix
dump level not working?
Byte-level versus file-level backupsWhat is Unix for the OpenVMS DUMP command?dump freezes systemCompare a filesystem to a dumpDump network traffic of single application (strace-like)Linux dump(8) outputs nothingHow to check if a dump-generated backup is OK?Linux dump, which folders/files are excluded from first backup?dump with old 43BSD,question about tape sizeredhat kernel dump investigate
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
OS: Ubuntu
18.04.2 LTS
I am trying to harness the incremental feature of the dump
command however it seems like dump is ignoring the level value.
My command is
/sbin/dump -h 9 -a -j -f /media/ubuntu/Seagate/ubuntu-backup/dumpfile.dump /dev/mapper/ubuntu--vg-root 2>&1 | tee -a /tmp/backup_log
however the dump says
DUMP: Date of this level 0 dump: Fri Apr 26 10:01:52 2019
Am i using wrong syntax for specifying level in dump ?
ubuntu backup dump
add a comment |
OS: Ubuntu
18.04.2 LTS
I am trying to harness the incremental feature of the dump
command however it seems like dump is ignoring the level value.
My command is
/sbin/dump -h 9 -a -j -f /media/ubuntu/Seagate/ubuntu-backup/dumpfile.dump /dev/mapper/ubuntu--vg-root 2>&1 | tee -a /tmp/backup_log
however the dump says
DUMP: Date of this level 0 dump: Fri Apr 26 10:01:52 2019
Am i using wrong syntax for specifying level in dump ?
ubuntu backup dump
add a comment |
OS: Ubuntu
18.04.2 LTS
I am trying to harness the incremental feature of the dump
command however it seems like dump is ignoring the level value.
My command is
/sbin/dump -h 9 -a -j -f /media/ubuntu/Seagate/ubuntu-backup/dumpfile.dump /dev/mapper/ubuntu--vg-root 2>&1 | tee -a /tmp/backup_log
however the dump says
DUMP: Date of this level 0 dump: Fri Apr 26 10:01:52 2019
Am i using wrong syntax for specifying level in dump ?
ubuntu backup dump
OS: Ubuntu
18.04.2 LTS
I am trying to harness the incremental feature of the dump
command however it seems like dump is ignoring the level value.
My command is
/sbin/dump -h 9 -a -j -f /media/ubuntu/Seagate/ubuntu-backup/dumpfile.dump /dev/mapper/ubuntu--vg-root 2>&1 | tee -a /tmp/backup_log
however the dump says
DUMP: Date of this level 0 dump: Fri Apr 26 10:01:52 2019
Am i using wrong syntax for specifying level in dump ?
ubuntu backup dump
ubuntu backup dump
asked 5 mins ago
AtulAtul
4922822
4922822
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f515593%2fdump-level-not-working%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 Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f515593%2fdump-level-not-working%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