-
Notifications
You must be signed in to change notification settings - Fork 1.7k
restic backup progress report misleading #1591
Copy link
Copy link
Closed
Description
[was: restic backup hangs uploading initial snapshot to B2]
Output of restic version
$ restic version
restic 0.8.1
compiled with go1.9.2 on linux/amd64
How did you run restic exactly?
$ cat restic-backup.sh
#!/bin/bash
export RESTIC_PASSWORD="redacted"
export RESTIC_REPOSITORY=b2:redacted-bucket-name:restic
export B2_ACCOUNT_ID=redacted
export B2_ACCOUNT_KEY=redacted
restic backup /home/tim --exclude-file /home/tim/restic-exclude-file
What backend/server/service did you use to store the repository?
B2 and SFTP
Expected behavior
Complete the initial backup to a B2 repository.
Actual behavior
Appears to hang after uploading 50-65 MB, similar to #1526.
Golang stacktrace attached: restic-stacktrace.txt
Steps to reproduce the behavior
restic init worked fine on the B2 repository, and restic backup of the same files to a local repository also worked, but every time I try to upload my initial backup to B2 it stalls.
Do you have any idea what may have caused this?
No
Do you have an idea how to solve the issue?
No
Reactions are currently unavailable