Backup hangs
-
Hi, I am importing a Nextcloud app backup in Cloudron and it repeats this message in the logs for quite some time already:
Dec 15 20:45:36 box:tasks update 473: {"percent":75,"message":"Downloading 2368M@0MBps"}
with just the time changing.
Is it normal that the percentage is not moving at all?
-
Cloudron Version 7.3.4
Backup configuration:{ "remotePath": "2022-12-14-230000-802/app_PATH_v4.16.0", "encrypted": false, "provider": "backblaze-b2", "format": "tgz", "memoryLimit": 2147483648, "schedulePattern": "00 00 1 * * *", "retentionPolicy": { "keepWithinSecs": 172800 }, "bucket": "my-cloudron", "prefix": "XX", "accessKeyId": "XYZ", "endpoint": "XXX.backblazeb2.com", "uploadPartSize": 134217728, "encryption": null }
-
@ekevu123
About theformat: tgz
It can store file names with up to 256 characters, provided that the file name can be split at directory separator in two parts, first of them being at most 155 bytes long.
So with bug folder structures this can lead to errors.
You might want to try using rsync instead of tar if that is the case. -
@BrutalBirdie But wouldn't that only apply to future backups? Or can I try to reinstate this backup this way?
-
@ekevu123
The question is, is this even necessary, do you have this large folder structures in your Nextcloud?Also since you are on backblaze, be sure your backup timing do not overlap with their Scheduled Maintenance Window.
https://www.backblaze.com/scheduled-maintenance.html -
There can be a few large file names, but not many.
Thank you for pointing out the maintenance window, I didn't know that. But that is not yet, so it shouldn't have any impact.
I am wondering if I just see what will happen until tomorrow morning (maybe it will continue at some point) or if it makes sense to use rsync, but I am not sure if that works if I made the original backup in another format.
I tried it already several times and get stuck at different times.
-
@BrutalBirdie I cannot do a new backup, I need to implement this first as the original cloudron installation broke. I tried to restart the import already several times.
My only other alternative is to reupload everything from my computer.
-
-
-