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

RequestError: -8 when trying to backup files to MEGA cloud drive with duplicity

For some years, I have successfully backed up my local files to one mega.co.nz cloud drive account using duplicity. Some weeks ago, I created a second MEGA account and wanted to backup more data onto that one. But here, the login always fails with a…
Nemax
  • 381
  • 2
  • 10
-1
votes
1 answer

Error trying use duplicity for backups

I was asked to help with broken backup script on legacy system. There is a script file on server which should run hourly to put DB backup to Rackspace cloud. And here is the result. START cf-postgresql-dump ... Wed 04 Nov 2015 06:49:09 AM…
Dmitry Tabakerov
  • 441
  • 7
  • 17
-1
votes
1 answer

Deja Dup: Backup folder from the network

I know that it's possible to save backups on a remote location, but can I backup a remote location? I have a server with data and a pc, that will keep the backups, on the same network. I can mount the data from the server on the pc, using sshfs and…
ivanpop
  • 27
  • 2
  • 6
-1
votes
1 answer

Duplicity include with wildcards

I want to backup all homes of my lxc containers with duplicity and i use (commandline simplified to the problem): duplicity --include '/data/lxc/**/rootfs/home' --exclude '/data/lxc' which does not match the homes, while duplicity --include…
allo
  • 3,955
  • 8
  • 40
  • 71
-1
votes
1 answer

Duplicity + CloudFiles

When attempting to backup to CloudFiles with Duplicity, I receive the following output: Traceback (most recent call last): File "/usr/bin/duplicity", line 1494, in with_tempdir(main) File "/usr/bin/duplicity", line 1488, in…
LogicalException
  • 566
  • 2
  • 7
  • 16
-2
votes
2 answers

Duplicity does not work with lftp+ftps backend

Trying to backup Ubuntu 18.04.1 server using duplicity to a FTPS (FTP over SSL) server. The password is stored in the FTP_PASSWORD environment variable as suggested. The duplicity command is: duplicity /path/to/backup…
tgharold
  • 721
  • 6
  • 15
-2
votes
1 answer

duplicity hangs on "ssh: Switch to new keys ..."

I would like to backup a local directory to a remote server using duplicity 0.7.06 (installed via apt on Ubuntu 16.04.5 LTS). A user account with ~/.ssh/authorized_keys file is set up on the remote server. The duplicity command line is as…
tmh
  • 1,385
  • 2
  • 12
  • 18
1 2 3 4
5