ltmichael

Members
  • Posts

    4
  • Joined

  • Last visited

ltmichael's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Using unRaid 6.9.2 When I attempt to check for Docker updates, the containers will stick on "Checking" endlessly. If I refresh the page, sometimes it shows the updates available, sometimes it doesn't. Sometimes it will check for updates on its own and display them. When I apply updates, it will successfully update the containers but the UI will still show "Update available". If you try to update a container after its already been updated, it will just remove and remake the container. I've set my unRaid DNS to 8.8.8.8 and 9.9.9.9 rather than my internal DNS as some people recommend but that doesn't change the issue. I've also rebooted, and restarted the Docker service. Any ideas?
  2. Fixed. Changed the /backuproot in the docker container settings to /mnt/user, then in Duplicacy set the backup source to /backuproot/nextcloud.
  3. Docker run: Docker logs: 2020/11/11 09:32:17 Running /home/duplicacy/.duplicacy-web/bin/duplicacy_linux_x64_2.7.1 [-log backup -storage Backblaze -stats] 2020/11/11 09:32:17 Set current working directory to /cache/localhost/0 2020/11/11 09:32:17 10.0.10.11:57047 POST /get_backup_status 2020/11/11 09:32:18 ERROR LIST_FAILURE Failed to list the repository root: open /mnt/user/nextcloud: no such file or directory
  4. Hello, I apologize for not posting this over in the "Docker Container" category, but there was no thread for Duplicacy(Not to be confused with Duplicati). I am trying to configure the premade Duplicacy app in the Community Applications to backup some of my shares to Backblaze. This is the app: In addition to configuring the hostname as required, here's the other variables that are configured: I am able to add Backblaze as a storage destination successfully - the issue is when I try to make a backup I am only able to see the root directory on the server. It will not let me drill down to /mnt/user/. See below. Because of this, I manually type in the desired directory I am trying to backup: However, when I try and run the backup I receive this error, and this is where my problem is: Running backup command from /cache/localhost/0 to back up /mnt/user/nextcloud Options: [-log backup -storage Backblaze -stats] 2020-11-11 09:12:07.679 INFO REPOSITORY_SET Repository set to /mnt/user/nextcloud 2020-11-11 09:12:07.679 INFO STORAGE_SET Storage set to b2://myhostname 2020-11-11 09:12:07.975 INFO BACKBLAZE_URL download URL is: https://f002.backblazeb2.com 2020-11-11 09:12:08.766 INFO BACKUP_START No previous backup found 2020-11-11 09:12:08.766 INFO BACKUP_INDEXING Indexing /mnt/user/nextcloud 2020-11-11 09:12:08.766 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/0/.duplicacy/filters 2020-11-11 09:12:08.766 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s) 2020-11-11 09:12:08.766 ERROR LIST_FAILURE Failed to list the repository root: open /mnt/user/nextcloud: no such file or directory Failed to list the repository root: open /mnt/user/nextcloud: no such file or directory Can anyone who is using the Duplicacy docker container chime in on the error I'm receiving and/or share your configuration?