I've been using duplicity for several months to back up my mac. I recently needed to do a restore, but it looks like at some point I switched keys. Because if I use Key A, it starts to open a few volumes then complains that a volume was signed with Key B, but if I switch to Key B, it complains that the first volume was signed with Key A. The manpage indicates multiple sign keys are not allowed. Did I wreck my backup? Both GPG keys are on my keyring, just some volumes were backed up with one, some with the other. Advice? Thanks, PeterT
duplicity: accidentally switched sign keys during backups
205 Views Asked by Freeman At
1
There are 1 best solutions below
Related Questions in DUPLICITY
- duplicity with Google drive not saving cache file
- duplicity: No signature chains found
- How to connect react component library to local project and mirror changes?
- Duplicity does not work with lftp+ftps backend
- Duplicity backup script for S3 fails on CentOS 5
- How do I remove GnuPG encryption when backing up using duplicity?
- Duplicity "no module named dropbox" error
- Pydrive backend not working with duplicicty -- python
- Mapping of file to volume in duplicity/duply?
- Does duply back up the state of a file when it is read or when duply command is started?
- Clarify file/dir list to include in duply profile
- Extract duplicity without rearranging the column and find cumsum in python
- Duplicity and Dropbox short-lived token expires
- Can't restore a file from duplicity
- Duplicity: Restore with spaces in directory names
Related Questions in DUPLICITY-BACKUP
- duplicity: No signature chains found
- Mapping of file to volume in duplicity/duply?
- Does duply back up the state of a file when it is read or when duply command is started?
- Clarify file/dir list to include in duply profile
- Duplicity and Dropbox short-lived token expires
- How to use regexp with linux expect?
- duplicity --exclude option doesn't exclude the mentioned dir
- duply: using variables in pre script?
- Duplicity on macos not working, getting: env: python2: No such file or directory
- Duplicity FilePrefixError When Including Absolute Path
- Duplicity restore produces an error "No backup chains found"
- Backing Up To Google Drive with Duplicity Not Working
- RequestError: -8 when trying to backup files to MEGA cloud drive with duplicity
- duplicity: accidentally switched sign keys during backups
- Duply / Duplicity backup fails cause of no such file or directory
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In my
conffile, settingGPG_KEY='KEYA,KEYB'andGPG_KEY_SIGN='disabled'solved the problem. I have no idea why duply started using two different GPG keys from my ring (probably because I was still learning), but I am now deleting my entire backup and starting again (and removing all duply GPG keys and making a new one).