Questions tagged [duplicity-backup]

19 questions
9
votes
2 answers

Backup multiple folders with duplicity (including/excluding)

I would like to backup the following folders with duplicity /home /etc /usr/local /root /var /boot and exclude…
Kurtibert
  • 466
  • 3
  • 13
7
votes
1 answer

How do I backup to google drive using duplicity?

I have been trying to get duplicity to backup to google drive. But it looks like it is still using the old client API. I found some thread saying that the new API should be supported but not much details on how to get it to work. I got as far as…
AxelOmega
  • 915
  • 8
  • 18
4
votes
1 answer

Is it safe to delete duplicity cache folder?

I'm using duplicity to the backup web project. There are three different places that handling by duplicity: storage, DB, and system settings. I want actually to stop backing up storage and left two others. So the question is how can I know which…
Anton
  • 101
  • 1
  • 8
2
votes
3 answers

Duplicity restore produces an error "No backup chains found"

I'm testing duplicity's restore functionality: duplicity restore file://fullSystemBackup/ backupOutput Which produces an error of: Local and Remote metadata are synchronized, no sync needed. Last full backup date: none GnuPG passphrase for…
Chris Stryczynski
  • 19,899
  • 28
  • 104
  • 198
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 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
  • 2,815
  • 2
  • 28
  • 50
1
vote
1 answer

duplicity --exclude option doesn't exclude the mentioned dir

#!/bin/bash datetime="`date +%Y%m%d`"; export AWS_ACCESS_KEY_ID="MYKEY" export AWS_SECRET_ACCESS_KEY="MYSECRET" export BACKUP_DEST_FILES="s3://s3.eu-central-1.amazonaws.com/mybucket" cd /var/www/ dirs=($(find * -maxdepth 0 -type d)) for dir in…
Mher Harutyunyan
  • 173
  • 1
  • 12
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
  • 1
  • 9
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
  • 10
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
  • 187
  • 1
  • 1
  • 8
0
votes
1 answer

Duplicity: Too many files in target directory

I'm trying to use duply backup which is based on duplicitiy. My problem is that my remote target ("GMX mediacenter" via WebDAV) seems to limit the number of files in one directory to 3000 (which is not documented - only my experience). When this…
dsteinkopf
  • 444
  • 3
  • 17
0
votes
1 answer

duplicity: accidentally switched sign keys during backups

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…
PeterT
  • 694
  • 5
  • 15
0
votes
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
  • 881
  • 1
  • 11
  • 26
0
votes
1 answer

Referencing a dynamic argument in the Docker Entrypoint

I want to run a docker container like this: docker run --rm -it -v volume1:/target -v volume2:/backup duplicity-image backup-label This would cause the following Entrypoint do get executed: duplicity /target file:///backup/$backup-label So my…
Ole
  • 29,797
  • 32
  • 110
  • 232
0
votes
1 answer

Duplicity backup to onedrive client error

I'm trying to make backup of files on my computer in onedrive with duplicity. I have installed all dependencies, when running duplicity there is the auth link generated which I must open in browser and than in duplicity after giving permissions for…
rafwlaz
  • 484
  • 2
  • 15
1
2