December 28, 20196 yr This problem has persisted for years. On large backups, duplicati always hangs multiple times. When backing up less than 1TB, it works perfect. But multi TB backups will just stop. It looks good for a few days, then the upload just stops and never starts up again. Stopping the docker and restarting it allows the upload to restart where it left off after if verifies the backend, and checks each individual file (which also takes a while). I have looked on the duplicati site, and no one seems to know why this happens. Any thoughts?
January 14, 20206 yr In my temp folder, which I have mapped to my cache, I have a ton of files that start with "dup-" and then are followed by a random string of letters and numbers. I think these are what are uploaded when I am backing up, and there is a backlog of them from the multiple times that duplicati has hung on an upload and needed to be restarted. Is it ok to delete these? I don't want to mess up my actual backups. There is also one .sqlite file, and five .json files. I have 5 seperate backup templates, so I am guessing the .json files are those. And the sqlite is the database? So I guess those should be left alone? But the other files are rather sizeable. Do I need to keep them?
January 24, 20206 yr Could not find file "/tmp/dup-5e8a0a15-dc8a-xxxx-xxxx-6f563" (Could not find file "/tmp/dup-5e8a0axxx-xxxxx-6f563") (One or more errors occurred. (The remote server returned an error: (403) Forbidden.))) ---> System.AggregateException: Could not find file "/tmp/dup-xxxx-xxxx-474d-9557-xxxx563" (Could not find file "/tmp/dup-5e8axxxx-xxxx-b6fad0d6f563") (One or more errors occurred. Trying to run my first backup but getting this error at the end. Can't complete A back up Edited January 25, 20206 yr by Fiservedpi
January 26, 20206 yr On 1/24/2020 at 6:05 PM, Fiservedpi said: Could not find file "/tmp/dup-5e8a0a15-dc8a-xxxx-xxxx-6f563" (Could not find file "/tmp/dup-5e8a0axxx-xxxxx-6f563") (One or more errors occurred. (The remote server returned an error: (403) Forbidden.))) ---> System.AggregateException: Could not find file "/tmp/dup-xxxx-xxxx-474d-9557-xxxx563" (Could not find file "/tmp/dup-5e8axxxx-xxxx-b6fad0d6f563") (One or more errors occurred. Trying to run my first backup but getting this error at the end. Can't complete A back up How is your temp dir mapped?
January 26, 20206 yr I believe resolved the tmp issue by increasing the remote volume option from 50 to 5tb, but now im getting this error One or more errors occurred. (The channel "BackendRequests" is retired (The channel "BackendRequests" is retired) (One or more errors occurred. (One or more errors occurred. (The remote server returned an error: (403) Forbidden.) (The remote server returned an error: (403) Forbidden.) (The remote server returned an error: (403) Forbidden.)))) DismissShow Edited January 26, 20206 yr by Fiservedpi
January 29, 20206 yr Hi there, I've been experiencing an issue with backing up my unraid flash drive since updating to 6.8.1 from 6.7.x. In my Docker config for this container I have `/boot` mapped to the container path `/flash` and previously this worked fine with Duplicati able to access the entire contents of the USB stick and back them up. But now Duplicati is showing signs of being unable to access the path, with backups failing with a "[Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /flash/" message. Is there a setting I need to change or something?
January 31, 20206 yr webgui for this docker just stopped working. any changes recently? anything I should be looking for to start?
January 31, 20206 yr Same here, webgui has been giving http error 400 for a while now, maybe a couple weeks. No errors in log, though it looks pretty empty. Since my backups weren't working anyway, I deleted everything in appdata/duplicati, and forced an update, to no effect. Below is from after deleting. Attached log, and the files that were created by it starting up. Log almost exactly identical to before deleting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Edited January 31, 20206 yr by DefectiveServer
February 1, 20206 yr On 1/28/2020 at 10:03 PM, Moussekateer said: Hi there, I've been experiencing an issue with backing up my unraid flash drive since updating to 6.8.1 from 6.7.x. In my Docker config for this container I have `/boot` mapped to the container path `/flash` and previously this worked fine with Duplicati able to access the entire contents of the USB stick and back them up. But now Duplicati is showing signs of being unable to access the path, with backups failing with a "[Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /flash/" message. Is there a setting I need to change or something? I'm having the same issue. Is there a fix for this?
February 1, 20206 yr On 1/29/2020 at 4:03 AM, Moussekateer said: Hi there, I've been experiencing an issue with backing up my unraid flash drive since updating to 6.8.1 from 6.7.x. In my Docker config for this container I have `/boot` mapped to the container path `/flash` and previously this worked fine with Duplicati able to access the entire contents of the USB stick and back them up. But now Duplicati is showing signs of being unable to access the path, with backups failing with a "[Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /flash/" message. Is there a setting I need to change or something? 8 minutes ago, mwells said: I'm having the same issue. Is there a fix for this? Change both PUID and PGID to 0 in the settings for the container.
February 5, 20206 yr On 2/1/2020 at 3:07 PM, Niklas said: Change both PUID and PGID to 0 in the settings for the container. This did the trick, thanks so much!
February 21, 20206 yr On 1/30/2020 at 8:27 PM, jebusfreek666 said: webgui for this docker just stopped working. any changes recently? anything I should be looking for to start? Seems to be localized to Firefox. Works fine in Chrome.
March 2, 20206 yr Hi Guys, I have from the beginnen of installing Duplicati 2 or 3 errors after maken a backup to a local drive and to my Dropbox cloud. I already enabled no-local-blocks option under the main settings but that will not fix my errors. I also tried to remove duplicati end reinstall it but still again errors. I dont understand what the errors means. Hopefully someone can help me with this.
March 22, 20206 yr Can someone please give me a couple of pointers how to set up the Duplicati container on an Unraid server to backup a couple of Win10 machines to a share on that same Unraid server? Somehow I can't figure out how to get to the Win10 machines in any way. Thanks in advance for any help.
April 28, 20206 yr On 2/1/2020 at 4:07 PM, Niklas said: Change both PUID and PGID to 0 in the settings for the container. the fix to change PUID and PGID to 0 does not work for me in Chrome. But in Internet Explorer it does work. i get http 400 in chrome.
May 1, 20206 yr Hi, is it possible to start a backup if a specific external hdd is connected to the server ? So if i connect my external backup disk to the server, than the duplicati starts a backup?
May 5, 20206 yr I just updated the duplicati docker. It had been working before. But now not working. Any one else having issues ??
May 5, 20206 yr 16 hours ago, Aceriz said: I just updated the duplicati docker. It had been working before. But now not working. Any one else having issues ?? I cannot load the WebUI either since the last update.
May 6, 20206 yr 21 hours ago, Aceriz said: I just updated the duplicati docker. It had been working before. But now not working. Any one else having issues ?? This is the log I see in for the docker.... [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
May 6, 20206 yr 18 hours ago, Heyian said: I cannot load the WebUI either since the last update. I have tried a reinstall with no luck to fix.. Have you had any luck getting it working again
May 7, 20206 yr I did a have a similar issue where the web console wouldn't load in Chrome. It was working in IE/Brave though. Had me worried for a bit that it was stuffed, but it was just chrome. Closing down chrome completely and re-launching fixed the problem for me. Edited May 7, 20206 yr by OuticNZ corrected post
May 14, 20206 yr On 5/7/2020 at 4:44 AM, OuticNZ said: I did a have a similar issue where the web console wouldn't load in Chrome. It was working in IE/Brave though. Had me worried for a bit that it was stuffed, but it was just chrome. Closing down chrome completely and re-launching fixed the problem for me. Everything is working fine now, sadly I have no idea what I did to make it work...Honestly, I haven't played with it, so maybe something similar solved my issue... I know this isn't helpful, but I was just tired of seeing threads everywhere with people posting their issues without any feedback. Take care!
May 21, 20206 yr Has anyone been able to set the speed throttle doesn't seem to matter what I put it just seems to upload at max speed
June 29, 20206 yr On 5/6/2020 at 7:15 AM, Aceriz said: I have tried a reinstall with no luck to fix.. Have you had any luck getting it working again Not sure if this is the issue you're having but it has to do with existing session data at least in the x64 version of Duplicati. When in the web UI, for Chrome, right click "inspect" go to the "Application" and click the "Clear Site Data" button then reload.
July 27, 20205 yr После установки этого контейнера команды Docker start stop restart не работают Edited July 27, 20205 yr by muwahhid
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.