Questions tagged [duplicity]

Duplicity is a program for encrypted incremental backups to local or remote storage

Duplicity is a versatile backup program that encrypts backups using gpg and allows storage on various remote systems using a huge variety of backends such as SFTP, S3, WebDAV

67 questions
2
votes
1 answer

Pandas throws weird exception when trying to apply function to duplicate columns

Why am I getting the following error message? I am trying to apply a function to a duplicate column. Please don't tell me that the solution is to do something like df["a"] = 2 * df["a"]; this is a dumbed down example of something more complicated I…
Alex
  • 3,946
  • 11
  • 38
  • 66
1
vote
1 answer

Duplicity is giving a TypeError when uploading to Google Cloud Storage

I have a backup script that has been working fine. I recently updated my OS (to Ubuntu 19.10) and tried to install all of the dependencies but I'm getting an error. My script is something like: export…
Jeremy
  • 1,960
  • 4
  • 21
  • 42
1
vote
1 answer

Can someone clarify my Duplicity statistics for me?

here's output from a Duplicity backup that I run every night on a server: --------------[ Backup Statistics ]-------------- StartTime 1503561610.92 (Thu Aug 24 02:00:10 2017) EndTime 1503561711.66 (Thu Aug 24 02:01:51 2017) ElapsedTime 100.74 (1…
scooterx3
  • 43
  • 5
1
vote
1 answer

Duplicity is arguing BackendException: ssh connection to my server:22 failed: not a valid OPENSSH private key file

Thanks to maybeg, I've managed to backup my data from home to an external server. (An amazon one) As i don't want to backup company datas to Amazon, i tried with an internal backup server. I then used this command. (I have my own key) docker run -d …
Tanc
  • 667
  • 3
  • 6
  • 25
1
vote
1 answer

Duplicity on macos not working, getting: env: python2: No such file or directory

I'm trying to run duplicity on macos and I'm getting this error: env: python2: No such file or directory IMHO there is a link missing between python2 and python2.7 but I'm not sure Is it safe to create a link from /usr/bin/python2 to…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
1
vote
1 answer

Duplicity/Duply Backup to S3 without API Keys?

Goal: Automated full and incremental backups of an AWS EFS filesystem to an S3 bucket. I have been looking at Duplicity/Duply to accomplish this, and it looks like it could work.I do have one concern, you would have to store API keys in the clear on…
flyingcars34
  • 353
  • 4
  • 18
1
vote
1 answer

Duplicity incremental backup taking too long

I have duplicity running an incremental daily backup to S3. About 37 GiB. On the first month or so, it went ok. It used to finish in about 1 hour. Then it started taking too long to complete the task. Right now, as I type, it is still running the…
rlcabral
  • 1,496
  • 15
  • 39
1
vote
1 answer

Duplicity backups with PGP fail: "Unusable public key"

I am trying to create an ansible role to automate backups. However, it fails with the error: Local and Remote metadata are synchronized, no sync needed. Last full backup date: none GPGError: GPG Failed, see log below: ===== Begin GnuPG log…
DMCoding
  • 1,167
  • 2
  • 15
  • 30
1
vote
1 answer

How-to restore duplicity/duply backup from unknown archive

I've multiple virtual machines and every machine is backuping to the same backup storage (GlusterFS; it's mounted using fuse), but into different backup directories. /var/www/ for example will be backuped to this directory: …
Sebbo
  • 65
  • 1
  • 2
  • 10
1
vote
1 answer

Backing Up To Google Drive with Duplicity Not Working

I'm trying to backup to Google Drive with Duplicity, and I can't seem to figure it out. I run this: GOOGLE_DRIVE_SETTINGS=gdrive duplicity / pydrive+gdocs://*******[:*********]@other.host/server-backup and I get this: File…
Jared Caputo
  • 145
  • 1
  • 2
  • 10
1
vote
3 answers

Pydrive backend not working with duplicicty -- python

I'm trying to use duply / duplicity with the PyDrive. However I keep getting a very cryptic error message telling me to refer to the PyDrive installation manpage. Which offers no solution. Here's the output of the duply command I'm running including…
juliushibert
  • 404
  • 1
  • 5
  • 14
1
vote
2 answers

duply/duplicity -- where should I save profile data?

I am trying to set up a backup to Amazon S3 servers using duply, which is a front-end for duplicity. When I create a duply profile, this message is returned: IMPORTANT: Copy the _whole_ profile folder after the first backup to a safe place. It…
evencoil
  • 207
  • 1
  • 2
  • 8
1
vote
2 answers

Error when running Duplicity on AWS Linux

I have installed Duplicity on some AWS EC2 instances using the folowing command yum -y install duplicity rsync gpg python python-devel python-pip -- enablerepo=epel This was based on an approach described…
hynespm
  • 641
  • 4
  • 17
1
vote
1 answer

Download new duplicity archives only (bash)

I'm using duplicity to save encrypted backups to remote machine A once per day. I'd like remote machine B to download those backups from remote machine A, but only the new archives so that if A is compromised and the backups are tampered with, B…
stackoverflowrocks
  • 717
  • 1
  • 6
  • 11
1
vote
2 answers

Creating continuously backups with duplicity, uploading them later

I would like to use duplicity as a second and primarily as a remote backup for my macbook air. I would like to setup the backup as a regularly cronjob. I am traveling a lot so i can not ensure a fast or even an internet connection to my remote…
arbyter
  • 539
  • 1
  • 4
  • 12