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
0
votes
1 answer

duplicity + rsync still backup excluded files with --rsync-options

By using the command below, I intended to exclude three types of an archive with a name that consists of Backup, however, the files still get copied. Any idea what's the mistake? duplicity --encrypt-key somekey --verbosity 8 --rsync-options…
Gregor Isack
  • 1,111
  • 12
  • 25
0
votes
1 answer

Duplicity: Restore with spaces in directory names

I'm attempting to restore a file using a duplicity wrapper script (duplicity-restore.sh), contents below: #!/bin/bash # Export some ENV variables so you don't have to type anything export AWS_ACCESS_KEY_ID="AWS_KEY" export…
Chris
  • 535
  • 3
  • 20
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
  • 563
  • 4
  • 20
0
votes
2 answers

Ubuntu 16.04 Duplicity backup to Amazon S3 fails with "[Errno 104] Connection reset by peer"

I am trying to backup a large filesystem (~800 GB) from Ubuntu 16.04 to Amazon S3 using Duplicity. It looks like it backed up most of the filesystem, but keeps getting stuck towards the end. I have run this command several times now and it keeps…
DanJ
  • 1,654
  • 1
  • 16
  • 23
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
  • 920
  • 8
  • 20
0
votes
2 answers

duplicity with Google drive not saving cache file

gdrive cache file never saves. It always ask to authenticate I also can't seem to find it anywhere else. I run the script from the directory that contains the bash script. Can you see anything that is wrong or what might be cause the cache file not…
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
  • 17
0
votes
1 answer

Duply / Duplicity backup fails cause of no such file or directory

I am using duply / Duplicity to backup my /var/www directory, but the task is not working. It always fails with following error message: Copying duplicity-new-signatures.20150827T090338Z.to.20150828T000005Z.sigtar.gz to local cache. [...] …
Sebbo
  • 65
  • 1
  • 2
  • 10
0
votes
1 answer

How to protect Duplicity backups

I use Duplicity for backing up my hosting account to remote server using WebDav. Schedule is daily incremental, monthly full. I want to also protect backups against hosting hack, so I have to be sure that server (where is Duplicity) can not destrol…
Bobík
  • 1,828
  • 20
  • 19
0
votes
1 answer

duplicity - The file specification ... can not match any files in the base directory

I am backing up some paths with duplicity to an other partition and now I want to exclude a sub directories. But I got this error: [*] duplicity --full-if-older-than 1M --no-encryption -v4 --volsize 100 --exclude "/home/usera/gemeinfrei/epubs/**"…
0
votes
1 answer

Duplicity backup script for S3 fails on CentOS 5

Hi I have not been able to setup backup to S3 using this guide: http://www.cenolan.com/2008/12/how-to-incremental-daily-backups-amazon-s3-duplicity/ I get this error when I run the script: Command line error: Expected 2 args, got 0 Enter…
asle
  • 165
  • 1
  • 3
  • 13
0
votes
3 answers

Duplicity - can't restore single file

I try to restore single file or dir by duplicity from amazon s3, but but I get an errors. Local and Remote metadata are synchronized, no sync needed. Last full backup date: none Traceback (most recent call last): File "/usr/bin/duplicity", line…
user2003024
  • 191
  • 1
  • 8
0
votes
1 answer

deja backup: UnicodeDecodeError "unexpected end of data"

I'm using ubuntu 12.04 and deja backup. It encounters an error during the preparation of the backup: Backup failed: unknown reason: File "/usr/lib/python2.7/dist-packages/duplicity/selection.py", line 187, in Iterate log.Debug(_("Selecting %s") %…
user1771485
  • 181
  • 1
  • 1
  • 5
-1
votes
1 answer

duplicity not pushing backups to OVH swift container

I have an issue with duplicity 0.7.06 and 0.7.19 backup tool when trying to auth using keystone V3 with OVH. Duplicity creates only local backups in .cache/duplicity but does not push them to OVH swift object storage. There are no errors it just…
pisxx
  • 1
  • 1
-1
votes
1 answer

Duplicity FilePrefixError When Including Absolute Path

I am running across an error happening when I decide to include other folders in my backup, and I am wondering how I can correct it. My full duplicity command is duplicity \ --include='/home/MINE/Shareable**' \ …
Kevin
  • 2,684
  • 6
  • 35
  • 64