Skip to main content

Questions tagged [duplicity]

Duplicity is a software suite that provides encrypted, digitally signed, versioned, remote backup of files using the rsync algorithm.

0 votes
0 answers
41 views

How to stop backup being deleted as soon as it is completed?

Duplicity full backup via ftp completes, then is deleted, all with no user action. There are 2 things I would like to know; is there anything in the information below that explains this problem? ...
user avatar
0 votes
1 answer
66 views

duplicity: No signature chains found

Trying to use duplicity to list files in a backup that is in google drive. I get the error as in the title. I can see the folder and contents if I go to drive.google.com in the browser. I created a ...
IttayD's user avatar
  • 934
0 votes
0 answers
90 views

Duply profile not working with TARGET=ssh:// and ssh-options for identity file

I have created a duply profile. I have tried several versions (all marked in the profile then commented) and nothing helps. The script I launch to test the profile is the following : bash -vvv /etc/...
piscvau's user avatar
0 votes
1 answer
223 views

Duplicity --> Show progress but don't log progress

With Duplicity, I want to see progress (--progress) which is fine. I also want a log but Duplicity will log EVERY progress entry. The log file then becomes ENORMOUS but is all progress bar entries.....
yegnal's user avatar
  • 31
1 vote
1 answer
132 views

Can't delete duplicity s3/glacier archives

For backing up my system to s3, I'm running: duplicity 0.8.17 Python 3.9.2 boto3 '1.24.36' My daily backups run fine, as desired they are moved from s3 to glacier after a month, duplicity status ...
htInEdin's user avatar
0 votes
1 answer
236 views

Duplicity cron not working

I'm trying to run Duplicity backups via a cron script with --encrypt-key and a GNUPG key ID (from gpg --list-secret-keys). It's failing with /root/backup.sh: 5: --encrypt-key: not found but if I ...
Sam's user avatar
  • 180
1 vote
1 answer
660 views

Duplicity - GPG key encryption with multiple devices

I'm struggling to have a working and robust configuration for my backups using Duplicity, knowing that I want asymemtric GPG encryption based on key pairs. And to be able to backup securely from ...
Spiroid's user avatar
  • 11
1 vote
1 answer
773 views

How to back-up a folder every 15 minutes without taking up more space than needed?

I'm incrementally backing up my coding project with Duplicity and am finding it's consuming storage faster than expected. The folder I'm backing up consists mostly of gifs, images, and libraries that ...
TheNomadicAspie's user avatar
2 votes
1 answer
1k views

duplicity - gnupg - no secret key - no passphrase given

I have a problem with duplicity and gpgnu. Environment (Software): Ubuntu 20.04 gpg (GnuPG) 2.2.19 (from package) libgcrypt 1.8.5 (installed from package) duplicity 0.8.18 (installed manually, since ...
pallago's user avatar
  • 121
1 vote
1 answer
79 views

Disk full when restoring Duplicity backup

I'm trying to restore a backup I made using Duplicity because my laptop got lost. I can't install Ubuntu into my current laptop, so I restore using Live USB. I can't restore the thing because ...
starleaf1's user avatar
  • 131
1 vote
1 answer
1k views

Cron scheduled backup script not working or writing to log file

I have a duplicity backup script set to run once per day through the root cron tab. I set it up like this: sudo crontab -e -u root and added the line: 00 03 * * * root /home/[myusername]/...
dysonsphere's user avatar
0 votes
1 answer
535 views

Duplicity able to restore even though wrong passphrase

I was able to restore my encrypted backup even with random password. How come? Creating backing by: export PASSPHRASE=$(cat /var/password.txt) PASSPHRASE="$PASSPHRASE" duplicity \ --encrypt-key ...
Gregor Isack's user avatar
2 votes
2 answers
3k views

Duplicity won't remove old backups, even after full backup

I just did a full backup with Duplicity using --full-if-older-than 7D. When I do a duplicity remove-older-than 7D --force now, I see the following: Last full backup date: Sun Feb 23 12:19:43 2020 (...
MortenMoulder's user avatar
0 votes
1 answer
52 views

specify the interface for automated backups

I am running automated backups with duplicity, but I need a way to execute it from a specific network interface. Right now it has 2 interfaces: eno1-> local network ( say IP is: 1.1.1.1) eno2-> public ...
Perovic 's user avatar
0 votes
2 answers
711 views

I can't resolve an error with Duplicity on Ubuntu

env PASSPHRASE='passphrase here' duplicity --encrypt-key=XXXXXXXX \ --sign-key=XXXXXXXX --include /home/USER/Documents \ webdavs://user:[email protected]:5005 Command line error: ...
Jerry Ryan's user avatar

15 30 50 per page