简体   繁体   English

口是心非将备份推送到 OVH swift 容器

[英]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.尝试使用带有 OVH 的 Keystone V3 进行身份验证时,我遇到了 duplicity 0.7.06 和 0.7.19 备份工具的问题。
Duplicity creates only local backups in .cache/duplicity but does not push them to OVH swift object storage. Duplicity 仅在.cache/duplicity创建本地备份,但不会将它们推送到 OVH swift 对象存储。 There are no errors it just keeps storing them on local disk.没有错误,它只是将它们存储在本地磁盘上。 It was working before with keystone auth V2, credentials are the same.它之前使用过 keystone auth V2,凭据是相同的。 I was able to login to swift using those credentials but duplicity does not work...我能够使用这些凭据登录到 swift,但口是心非是行不通的...

Here's the command I am using with environmental settings:这是我在环境设置中使用的命令:

export SWIFT_AUTHURL="https://auth.cloud.ovh.net/v3/"
export SWIFT_USERNAME="xxxx"
export SWIFT_PASSWORD="xxxxx"
export SWIFT_REGION_NAME="SBG"
export SWIFT_USER_DOMAIN_NAME="Default"
export SWIFT_PROJECT_DOMAIN_NAME="default"
export SWIFT_TENANTNAME="xxxx"
export SWIFT_AUTHVERSION="3"
export PASSPHRASE="xxxx"

HOSTNAME=$(hostname)
duplicity /home swift://${HOSTNAME}

Anyone had similar issue?有人有类似的问题吗?

try duplicity 0.8.尝试口是心非 0.8。 version 0.7 outdated ..ede/duoly.net版本 0.7 过时..ede/duoly.net

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM