So I started seeding the backup locally which is about 30tb. This weekend I finally moved the minio storage server to a remote location and wanted to continue the backup. It took a long time to index and then it started.
The problem is, after a few hours I got a “FAILED” message. I just tried again and after 5-6 hours of indexing it fails again and I am not sure why this is happening. Can someone help me out? I also just purchased Duplicacy because it seemed to be running well locally on my network, and now I am having problems
2020-01-28 13:48:20.449 INFO BACKUP_START No previous backup found
2020-01-28 13:48:20.449 INFO BACKUP_INDEXING Indexing /backuproot/test
2020-01-28 13:48:20.449 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/0/.duplicacy/filters
2020-01-28 13:48:20.449 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2020-01-28 13:48:30.844 INFO INCOMPLETE_LOAD Incomplete snapshot loaded from /cache/localhost/0/.duplicacy/incomplete
2020-01-28 13:48:30.844 INFO BACKUP_LIST Listing all chunks
2020-01-28 20:57:02.056 ERROR LIST_FILES Failed to list the directory chunks/: SerializationError: failed to decode REST XML response
caused by: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug=""
Failed to list the directory chunks/: SerializationError: failed to decode REST XML response
EDIT: By the way, this is the only backup ID that seems to be having this issue. It also happens to be the largest folder that’s over 30TB and it was running on the local network for about 1 week before I moved the backup target to a remote location before it finished to continue. Not sure what is happening?