Duplicity & S3: "Zeitüberschreitung beim Schreibvorgang"
1287
Executifs
Ich versuche, ein automatisiertes Backup mit Duplizität für Amazon S3 einzurichten, aber ich bekomme immer wieder einen seltsamen Fehler, der bei Google-Suchen nicht angezeigt wird.
machina:~# duplicity --version duplicity 0.6.14
Hier ist das Skript, das ich verwende:
#!/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=
... und die Ausgabe:
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
Ich habe versucht, das Skript mehrmals auszuführen, ohne Erfolg. Hat jemand das schon gesehen?
Wenn die Person, die heruntergestimmt hat, so König sein könnte, um zu erklären, warum ..?
Executifs vor 13 Jahren
0
Weiß nicht, warum sie dich verteidigt haben. Ich wollte jedoch vorschlagen, dass Sie dies in einem Duplizitäts-spezifischen Forum veröffentlichen. Existieren sie?
e40 vor 13 Jahren
0
0 Antworten auf die Frage
Verwandte Probleme
-
5
Time Machine Backup auf S3
-
5
Ein anständiger S3-Bucket-Manager für Ubuntu
-
1
Eingeschränkter Zugriff auf Amazon S3-Buckets
-
1
Amazon S3-Bucket: Laden Sie nur bestimmte Dateien herunter
-
5
Cloud-basierte Backup-Lösungen basierend auf offenen Standards?
-
4
Amazon S3 Wiederherstellen der gelöschten Datei
-
1
Werden ganze VM-Images auf Amazon EC2 / S3 gesichert?
-
1
Einen Quicktime-Film zum Streamen statt zum Herunterladen
-
2
Alle Dokumente aus der S3-Sicherung sind beschädigt
-
4
Kann ich mich auf S3 verlassen, um meine Daten zu schützen?