← Back to team overview

duplicity-team team mailing list archive

Re: [Question #271470]: Connection failed: ValueError too many values to unpack

 

Question #271470 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/271470

Robert gave more information on the question:
env:
export SWIFT_USERNAME="tenant:email"
export SWIFT_PASSWORD="password"
export SWIFT_AUTHURL="https://domain:port/v2.0/tokens";
export SWIFT_AUTHVERSION="2"

# GnuPG
export PASSPHRASE="passphrase"
export SIGN_PASSPHRASE="passphrase"

command: duplicity -v9 --encrypt-key "xxxxxxx" --sign-key "xxxxxxxx"
/vol swift://container_name

Output:
Using archive dir: /home/ubuntu/.cache/duplicity/af31656cdfa62dd4d3f0c032005b67f4
Using backup name: af31656cdfa62dd4d3f0c032005b67f4
Import of duplicity.backends.azurebackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.cfbackend Succeeded
Import of duplicity.backends.copycombackend Succeeded
Import of duplicity.backends.dpbxbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.giobackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.hubicbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.lftpbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.megabackend Succeeded
Import of duplicity.backends.multibackend Succeeded
Import of duplicity.backends.ncftpbackend Succeeded
Import of duplicity.backends.onedrivebackend Succeeded
Import of duplicity.backends.par2backend Succeeded
Import of duplicity.backends.pydrivebackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.ssh_paramiko_backend Succeeded
Import of duplicity.backends.ssh_pexpect_backend Succeeded
Import of duplicity.backends.swiftbackend Succeeded
Import of duplicity.backends.sxbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Connection failed: ValueError too many values to unpack
Using temporary directory /tmp/duplicity-V1Xdp4-tempdir

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.