Questions tagged [duplicity]

duplicity is an open source software to backup data incrementally in an encrypted format. It can save/upload the backup to local or remote destination. It is written in python and uses librsync.

101 questions
1
vote
2 answers

Duplicity Errno 2 - no such file or directory

I am trying to setup a script for backing up a linux box to a CIFS share. I manually mounted the CIFS share and created a few test folders - OK I then ran duplicity manually with a rather simple command to begin with to make sure things work and…
Luma
  • 1,440
  • 4
  • 19
  • 31
1
vote
2 answers

Why can my cron job not find a specific command?

I am using duplicity to create nightly backups of my server over FTP. I wrote a script that does both a local and remote backup and logs the output results. When I run this script as the root user, it executes just fine. However when I set it as…
mclark1129
  • 555
  • 1
  • 11
  • 28
1
vote
1 answer

Duplicity fails to run w/ python 2.3

I tried running the latest code and went as far back as 0.6.07 and I keep getting the following error message when running duplicity. Any ideas how to fix? Tell me I dont have to upgrade to Python 2.4 [root@sierra duplicity]# duplicity Traceback…
sdot257
  • 3,039
  • 5
  • 29
  • 38
1
vote
0 answers

Duplicity local cache during remove-older-than operation

Let me preface this by saying that I really know nothing about Duplicity. The person in my organisation that has the knowledge has gone on leave and as usual, while he's away, unusual things happen. I got an alert today that one of our servers had…
1
vote
0 answers

Identify which volumes are needed for duplicity restore

Background I've been running Duplicity backup with the --s3-use-glacier option, and I'd like to restore a single file. I'm running the command duplicity restore --file-to-restore myfile.txt boto3+s3://mybucket/myprefix localdir As expected, I…
KQS
  • 111
  • 2
0
votes
1 answer

What happens if an owner on duplicity restore does not exist?

Similar to this answer, I would like to know how duplicity behaves if an owner of files / directories does not exist on restore? And what happens if the owner does not exist on backup? By non-existence I refer to the absence of an entry in…
Big X
  • 21
  • 3
0
votes
1 answer

duplicity scp (ssh) working with IP-address, NOT with domain?

I'd like to use duplicity to create an encrypted remote backup. SSH-keys are in place and work: sudo -u ssh-user -p 41111 domain.myfritz.net opens a terminal on the remote host. Login is password-less since I created these logins in order to…
Beres
  • 3
  • 2
0
votes
0 answers

Duplicity /etc/ backup locked files issue

I am supposed to make System-Backups of the linux servers my employer is running. I tried rsnapshot and settled for duplicity, as it seems to be updated more frequently. I need backups of /etc/, /bin/, /usr/, /lib/ & /home/. Obviously, when i try to…
0
votes
1 answer

How to restore subdirectory of a duplicity backup?

I have a duplicity backup script running under Ubuntu 18.04 which has backed up the contents of my /etc directory like this: duplicity --archive-dir=/home/bkp/.cache /etc rsync://backup.host::/bkp/etc I now want to restore the /etc/postfix…
TommyPeanuts
  • 399
  • 1
  • 5
  • 23
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

Back up using Duplicity through SCP with key-based authentication

I want to back up my system to a remote server through SCP using Duplicity. However, I use key-based authentication. How could I do this?
Merlin04
  • 103
  • 4
0
votes
1 answer

duplicity: Is it possible to create each increment based on last full and not last increment?

Duplicity creates each increment on the top of chain of increments. I wonder if it's possible to create each subsequent increment like the first one - with full backup as its base. Is it feasible without existing files modification (no moving, no…
ardabro
  • 177
  • 1
  • 6
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
0 answers

Duplicity/Duply Backup of EFS filesystem on AWS: All files "possibly locked"

I have an EFS file-system on AWS being mounted by an EC2 instance in order to perform backups. The filesystem has appropriate permissions: drwxr-xr-x The ec2 instance is running duplicity/duply to backup EFS to an S3 bucket. The first time the…
flyingcars34
  • 147
  • 1
  • 2
  • 9
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