February 17, 20233 yr 7 hours ago, Djoss said: Does you backup have encryption, compression, etc enabled ? You could try to do a test by performing a backup to a non-USB HDD to see if you get the same speed. Compression yes, encryption no. I'll have to do a test and see what comes of it.
February 17, 20233 yr Hi, can someone please help? I understood this issue was solved in the version update, I had a single good backup a few weeks ago, and it was and has now returned. I'm backing upto S3, have the latest container, version in container is 4.0.2.402. Can anyone help please?
February 17, 20233 yr Author What is the issue exactly ? The screenshot you shared tells that your backup size is bigger than 5.5TB. Is this the case?
February 18, 20233 yr No, my backups in S3 are definitely not above 5.5TB, but Cloudberry reports that I'm exceeding the limit. This was an issue I experienced last year, and saw in this thread that it was fixed in an update, and when I updated to the new container it seemed fixed. I saw that a consistency check was performed (I can't find where to initiate this manually) and a full backup (followed by 2 incrementals of around 5.5GB the following weeks) was made halfway through January 2023. But now again the same issue has returned. I believe it's related to this comment: I'm not really sure why this is happening, my last full backup was 430GB, and I have 3 others of 381GB, 327GB, and 230GB in S3. So the 5.5TB is certainly not exceeded, but this issue has made my backup routine really unpredictable. I believe I have everything setup properly, so not sure why its behaving like this. Does this make more sense?
March 11, 20233 yr Hey @Djoss, I raised a bug* with CloudBerry and they've fixed it. They advised: Quote the fix is expected to be included in 4.1 update, which is scheduled for March. Now I notice on your gitlab the cloudberry image you use is: Quote - Updated CloudBerry Backup to version 4.0.1.310. So just to confirm, when they release the fix in 4.1, you'll update the docker image (at some point) to use that? Thanks for all your work on this! * The bug is relating to how they backup to B2, and CloudBerry were not following the correct proceedure when receiving a 503 or 500 message from B2. Documentation here: https://www.backblaze.com/blog/b2-503-500-server-error/#:~:text=The second 503 is a,back to the dispatch server.
March 12, 20233 yr Author Yes, I keep the container image updated with the latest version of CloudBerry Backup.
March 30, 20233 yr When trying to activate my license, I keep getting this error: "Server internal error." I've tried Offline Activation and when I go through the process, it just takes me right back to the initial activation popup. I've tried reaching out to MSP360 support on this, but they have not been helpful. Thoughts?
April 4, 20233 yr On 3/12/2023 at 4:22 AM, Djoss said: Yes, I keep the container image updated with the latest version of CloudBerry Backup. hey @Djoss - FYI they have a new version out now - 4.1 If you could please update this that would be awesome
April 4, 20233 yr Author 5 hours ago, Deadringers said: hey @Djoss - FYI they have a new version out now - 4.1 If you could please update this that would be awesome Yes!
April 6, 20233 yr On 4/4/2023 at 8:10 PM, Djoss said: Yes! I see this was updated, thank you very much! It's now able to backup 100s of GB to Backblaze without failing like it did before... Only took Cloudberry since November to fix this
May 12, 20233 yr Cloudberry is stuck for 8+ hours in "preparing for starting" and never does a backup. I tried uploading a log to support but that times out as well. I've been going back and forth with support and trying a few things to try to get them logs. I mentioned in passing its a docker container and they immediately dumped me saying thats not supported. Anyone run into this?
May 16, 20233 yr Hi, 4.1.1 came out on the 11th, would it be possible for you to update it? I'm waiting for a bug fix.
May 16, 20233 yr Author On 5/12/2023 at 10:06 AM, tvd1 said: Cloudberry is stuck for 8+ hours in "preparing for starting" and never does a backup. I tried uploading a log to support but that times out as well. I've been going back and forth with support and trying a few things to try to get them logs. I mentioned in passing its a docker container and they immediately dumped me saying thats not supported. Anyone run into this? Did you try to only include a test folder as backup source ? Do you have the same issue with different backup targets ?
May 16, 20233 yr Author 11 hours ago, emeybee said: Hi, 4.1.1 came out on the 11th, would it be possible for you to update it? I'm waiting for a bug fix. Done!
May 22, 20233 yr Hi guys, I reported the problems I'm having a few posts ago back in mid-February, but I'm still having issues. I was encountering an error code 1500 reporting that my backups are over 5.5TB, even though they are not. I seem to have noticed that its not backing up my symlinked directories though, even though Cloudberry claims it supports symlinks. I have a few symlinked directories that get updated regularly via a backup script, the script locally copies files from remote servers and updates the dir symlink to the backup of "latest". In my server is a single directory called "AWS_Syncs" that I symlink other dirs under (No remote or inaccessible links) so that they can be updated and backed up transparently under a single dir. I have docker mapped my host /mnt to containers /storage dir, is this correct? Should I be mapping unraid host /mnt to container /mnt instead? When I setup my backup, I can browse the symlinked dirs, and select anything I need, which for me is everything. However, I think Cloudberry is having trouble at the time of backup because when looking at backups I cannot see anything being backed up from these dirs: Is there a permissions issue, even though they seem to be accessible? Maybe there is a set of permissions or access that Cloudberry is looking for? I've played with the "Backup Symlinks" setting, and have not had any success yet. Anyone have ideas?
May 23, 20233 yr Author Did you check if symlinks were broken inside the container ? docker exec CloudBerryBackup ls -l /storage/user/backups/AWS_Syncs If symlinks are using pointing to absolute paths, they could be broken inside the container.
June 3, 20233 yr Hi, I am having trouble with backing up my appdata folder. My other back up routines work fine but anything within the appdata folder seems to either error and not work at all some days, or works with "warnings", and when it does this it is not purging any of the files and so I am ending up with hundreds of copies of them over time and have to manually delete them from cloud storage. I believe it is probably something to do with permissions and cloudberry backup not having full access to some folders but I have no idea how to change its permissions to fix this error. Cloudberry backup is already running in privileged mode. I have attached a screenshot of the latest error.
June 9, 20233 yr Author On 6/3/2023 at 10:00 AM, Ignitis said: Hi, I am having trouble with backing up my appdata folder. My other back up routines work fine but anything within the appdata folder seems to either error and not work at all some days, or works with "warnings", and when it does this it is not purging any of the files and so I am ending up with hundreds of copies of them over time and have to manually delete them from cloud storage. I believe it is probably something to do with permissions and cloudberry backup not having full access to some folders but I have no idea how to change its permissions to fix this error. Cloudberry backup is already running in privileged mode. I have attached a screenshot of the latest error. What are the ownership and permissions of theses files ? If the related containers run under a different user as CloudBerry Backup, it is possible that it doesn't have access to the files.
July 19, 20232 yr After rebuilding my server, my CloudBerry Backup is telling me “First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.” when I try to launch the WebUI. Is this because it’s a new machine other than the hard drives?
July 19, 20232 yr Was working fine until couple days ago. Getting an error that says my file system is read only. The storage path is /mnt/user/ so I dont think its denying access. I tried on different shares; I already attempted to run Docker New Permissions, but that didnt help. Docker is up to date, its been scrubbed as well (no errors).
July 23, 20232 yr Author On 7/19/2023 at 12:48 PM, Aquenon said: After rebuilding my server, my CloudBerry Backup is telling me “First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.” when I try to launch the WebUI. Is this because it’s a new machine other than the hard drives? What are you trying to do when you get the error ? Maybe share a screenshot of the error ?
July 23, 20232 yr Author On 7/19/2023 at 4:28 PM, Vokay said: Was working fine until couple days ago. Getting an error that says my file system is read only. The storage path is /mnt/user/ so I dont think its denying access. I tried on different shares; I already attempted to run Docker New Permissions, but that didnt help. Docker is up to date, its been scrubbed as well (no errors). What are you trying to do ? Restore files ?
August 7, 20232 yr I've recently started experiencing the following error. Does anyone know if this is a Cloudberry or Unraid issue? I have done a bit of Googling but cannot seem to find a resolution for this.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.