Duplicity&S3:“写入操作超时”


0

我正在尝试在Amazon S3上设置具有双重性的自动备份,但我不断收到一个奇怪的错误,这些错误未显示在Google搜索上。

machina:~# duplicity --version
duplicity 0.6.14

这是我正在使用的脚本:

#!/bin/bash

export AWS_ACCESS_KEY_ID=????
export AWS_SECRET_ACCESS_KEY=????
export PASSPHRASE=????

duplicity --encrypt-key=A36FFD9E --sign-key DA5D5B8B --s3-european-buckets --s3-use-new-style /source/folder/ s3+http://[bucket].s3.amazonaws.com

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export PASSPHRASE=

......和输出:

machina:~# ./backup.sh 
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
No signatures found, switching to full backup.
Upload 's3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg' failed (attempt #1, reason: SSLError: The write operation timed out)
Upload 's3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg' failed (attempt #2, reason: SSLError: The write operation timed out)
Upload 's3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg' failed (attempt #3, reason: SSLError: The write operation timed out)
Upload 's3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg' failed (attempt #4, reason: SSLError: The write operation timed out)
Upload 's3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg' failed (attempt #5, reason: SSLError: The write operation timed out)
Giving up trying to upload s3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg after 5 attempts
BackendException: Error uploading s3+http://[bucket].s3.amazonaws.com/duplicity-full.20110910T164251Z.vol1.difftar.gpg

我试过多次运行脚本,但无济于事。有没有人遇到过这个?


如果投票的人可能是如此之王以解释原因......?
2011年

不知道为什么他们贬低你。不过,我打算建议您将其发布在一个特定于欺诈性的论坛中。它们存在吗?
e40
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.