Questions tagged [duply]

12 questions
3
votes
0 answers

Duplicity keeps telling last full backup date: none

I am using duply wrapper script and made a full backup of my folder to another location, when I then try to run incr backup, Duplicity keeps telling me, that last full backup date is none. Warning, found signatures but no corresponding backup…
user6329530
  • 205
  • 1
  • 12
3
votes
4 answers

Duplicity constant memory usage (duply)

I'm experiencing constant high memory usage from Duplicity on all servers running it as a backup tool to S3. Isn't Duplicity supposed to run its backup task and kill its job afterwards, or am I missing something here? duply -v duply version…
Jasper
  • 51
  • 4
1
vote
1 answer

Restore from Amazon S3 with dupy - duplicity on a new machine

I am trying to restore a full backup in a new machine but it seems that is not working. I installed my pgp's and secret keys. Also I copied my project from duply but when I run duply test restore /tmp/test/ I got that: --- Start running command…
gerardribas
  • 121
  • 5
1
vote
1 answer

Duplicity fails on Too many open files?

I'm using Duply on top of Duplicity but apparently it fails (after 10 min on 100% cpu) on gnupg --- Start running command BKP 21:10:58.679 --- NcFTP version is 3.2.2 Reading globbing filelist /root/.duply/offsite/exclude Local and Remote metadata…
Paté
  • 115
  • 1
  • 5
0
votes
1 answer

Split duply/duplicity backup into subdirectories

I have been running backups with duply for a while now. This works great so far, but recently I started getting the error message Attempt 1 failed. BackendException: Bad status code 507 reason Insufficient Storage. I still have enough storage…
Sven
  • 246
  • 2
  • 8
0
votes
1 answer

Duply adds an AT (@) before the path (Ubuntu 16)

After an update from Ubuntu 14 to Ubuntu 16, duply stopped working - or rather continued working, but stored the backup files into the wrong directory. This is the duply configuration…
BurninLeo
  • 860
  • 2
  • 11
  • 28
0
votes
1 answer

duply backup to specific dir instead of home

While setting up duply for backup I am facing the following problem: Duply should backup a directory (/ruby-webapps/webapp-map/postgesqldata) to another local backup directory(/backup/webapp_database). For setting up the config I used puppet which…
prototyp
  • 103
  • 2
0
votes
0 answers

Duply: Dropbox backend keeps complaining about missing env variables

Good morning, I'm using duplicity/duply to backup some of my linux machines. One of the targets is a Dropbox account and the backup basically works very well. Now, I'm trying to set up an option to restore the backup on my MacBook Pro (OS-X 10.11).…
Norbert
  • 171
  • 1
  • 1
  • 4
0
votes
1 answer

Why does apt-get install duply (on debian 7.8) not update to the latest verison?

Hi there I'm a bit confused about updating on my debian server. I'm using duplicity + duply on my server and wanted to update duply to the latest version. Running: sudo apt-get install duply Tells me that I have the latest version 1.5.5. The…
0
votes
1 answer

Duplicity Backups (via Duply) to S3 - high server load

We have been doing incremental backups using Duply on our main server, to an S3 bucket. However, we've found that there is a high server load during the backups (its an Amazon EC2 server). We're thinking this may be due to it checking every file on…
adam e247
  • 25
  • 1
  • 6
0
votes
1 answer

duply: Full backup on Saturday, but only if there was no manual full backup during the week

I want duply to take a full backup every Saturday, but only if there was no manual full backup during the week. I don't want a full backup to happen on any other weekday but Saturday. Rationale: It may happen that I have to fix a backup during the…
flight
  • 384
  • 3
  • 14
0
votes
1 answer

How to make Duplicity purge old backups on S3?

To anyone used Duplicity with Duply (wrapper script) on S3, what is the correct command to make duplicity purge old backups? I tried setting up the "MAX_AGE=7D" variable, and calling duply with backup_purge --force, but it still keeps all…
SyRenity
  • 3,159
  • 11
  • 55
  • 79