Duplicity without encryption
I tried using duplicity without encryption using --no-encryption
flag, and although the data is stored and not encrypted, I am not able to restore it using duplicity restore --file-to-restore
option (I receive error that test_file.txt not found in archive - no files restored.
). If I try to list files from my archive I also get gpg: decryption failed: secret key not available
.
Obviously, as the error says, I've not setup GPG keys on my Ubuntu. Is there a way to use duplicity
without any kind of encryption and without GPG? I know that duplicity encrypts and signs a backup, but how can I disable signing of a backup?
backup encryption gnupg duplicity
add a comment |
I tried using duplicity without encryption using --no-encryption
flag, and although the data is stored and not encrypted, I am not able to restore it using duplicity restore --file-to-restore
option (I receive error that test_file.txt not found in archive - no files restored.
). If I try to list files from my archive I also get gpg: decryption failed: secret key not available
.
Obviously, as the error says, I've not setup GPG keys on my Ubuntu. Is there a way to use duplicity
without any kind of encryption and without GPG? I know that duplicity encrypts and signs a backup, but how can I disable signing of a backup?
backup encryption gnupg duplicity
add a comment |
I tried using duplicity without encryption using --no-encryption
flag, and although the data is stored and not encrypted, I am not able to restore it using duplicity restore --file-to-restore
option (I receive error that test_file.txt not found in archive - no files restored.
). If I try to list files from my archive I also get gpg: decryption failed: secret key not available
.
Obviously, as the error says, I've not setup GPG keys on my Ubuntu. Is there a way to use duplicity
without any kind of encryption and without GPG? I know that duplicity encrypts and signs a backup, but how can I disable signing of a backup?
backup encryption gnupg duplicity
I tried using duplicity without encryption using --no-encryption
flag, and although the data is stored and not encrypted, I am not able to restore it using duplicity restore --file-to-restore
option (I receive error that test_file.txt not found in archive - no files restored.
). If I try to list files from my archive I also get gpg: decryption failed: secret key not available
.
Obviously, as the error says, I've not setup GPG keys on my Ubuntu. Is there a way to use duplicity
without any kind of encryption and without GPG? I know that duplicity encrypts and signs a backup, but how can I disable signing of a backup?
backup encryption gnupg duplicity
backup encryption gnupg duplicity
asked May 24 '18 at 8:56
LilianeLiliane
264
264
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try following.
Create Backup
duplicity _data_to_be_backed_up_ file://_path_to_backup_ --no-encryption
Restore Backup
duplicity restore file://_path_to_backup_ _restore_path_ --no-encryption
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1039730%2fduplicity-without-encryption%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
Try following.
Create Backup
duplicity _data_to_be_backed_up_ file://_path_to_backup_ --no-encryption
Restore Backup
duplicity restore file://_path_to_backup_ _restore_path_ --no-encryption
add a comment |
Try following.
Create Backup
duplicity _data_to_be_backed_up_ file://_path_to_backup_ --no-encryption
Restore Backup
duplicity restore file://_path_to_backup_ _restore_path_ --no-encryption
add a comment |
Try following.
Create Backup
duplicity _data_to_be_backed_up_ file://_path_to_backup_ --no-encryption
Restore Backup
duplicity restore file://_path_to_backup_ _restore_path_ --no-encryption
Try following.
Create Backup
duplicity _data_to_be_backed_up_ file://_path_to_backup_ --no-encryption
Restore Backup
duplicity restore file://_path_to_backup_ _restore_path_ --no-encryption
answered 13 mins ago
shantanooshantanoo
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1039730%2fduplicity-without-encryption%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