duply is a frontend for duplicity
Questions tagged [duply]
5 questions
4
votes
1 answer
duply fails on all command with, assert filecount == len(self.files_changed) AssertionError
No matter which command I try on this duply profile it always errors out.
duply database status
duply database bkp
duply database purge
They all return a trace similar to the following
Start duply v1.11.3, time is 2017-11-30 12:20:12.
Using…
nelaaro
- 1,333
- 3
- 15
- 20
3
votes
2 answers
Multiple source directories in duply
Is it possible to specify multiple source directories in a duply configuration file? If not is there any simple workaround?
student
- 17,875
- 31
- 103
- 169
3
votes
1 answer
duplicity exclude directories while restoring
How can I restore some files from my duplicity backup excluding some directories/files ?
Does --include --exclude work along with restore ?
Vikas Tiwari
- 131
- 2
0
votes
1 answer
SSH connection to know host still needs authorization
I am trying to setup a backup server using duply and a secure connection.
I have created the ~/.ssh/config file with the following content:
Host backup
IdentityFile ~/.ssh/id_ed25519_backup
Hostname
Port 22
User…
rudicangiotti
- 123
- 3
- 10
0
votes
1 answer
Why is duply unable to restore a backup due to signing error?
I manage my backups with duply. Today I wanted to fetch some backuped files from an old machine that got lost on my current machine. Unfortunately I got the error that the storage was signed with another key than the key which was autoselected by…
Cutú Chiqueño
- 581
- 1
- 5
- 16