Dropbox integration

@diffhome
got it. thx for helping.
Unfortunately the upload to my Dropbox doesn’t seem to be working yet.direct to the Main Folder right

created a Testautomation, write the Backup works fine but no upload yet.
/ = should be the Main folder right?


alias: System Backup To Dropbox
description: “”
trigger:

  • platform: state
    entity_id:
    • input_boolean.testschalter_0_0
      to: “on”
      action:
  • service: hassio.backup_full
    data:
    name: “{{ now().strftime(‘%Y-%m-%d’) }}”
  • delay:
    hours: 0
    minutes: 2
    seconds: 0
    milliseconds: 0
  • service: hassio.addon_stdin
    data:
    addon: 719b45ef_dropback
    input: sync
    mode: single

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[2024-01-05 11:28:44] INFO: Dropback 7.3.1
[2024-01-05 11:28:44] INFO: Initializing Dropback
[2024-01-05 11:28:44] INFO: Existing config file found
[2024-01-05 11:28:44] INFO: Validating Dropbox access…
[2024-01-05 11:28:45] INFO: Dropbox access OK
[2024-01-05 11:28:45] INFO: Listening for input via stdin service call…
[2024-01-05 11:31:44] INFO: Received input: sync
[2024-01-05 11:31:44] INFO: Deleting files older than 2 days…
[2024-01-05 11:31:44] INFO: Done with deletes
[2024-01-05 11:31:44] INFO: Syncing local files to Dropbox…
[2024-01-05 11:31:45] INFO: Synced /backup/1f4d5f03.tar to /core_2023.12.4.tar on Dropbox
[2024-01-05 11:31:46] INFO: Synced /backup/ba0087d0.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:47] INFO: Synced /backup/908fd661.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:48] INFO: Synced /backup/1053f05e.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:49] INFO: Synced /backup/b186fb35.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:50] INFO: Synced /backup/d955f082.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:51] INFO: Synced /backup/6caf4e5f.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:53] INFO: Synced /backup/109fd7dd.tar to /Automatisches Backup.tar on Dropbox
[2024-01-05 11:31:54] INFO: Synced /backup/4c92afba.tar to /2024-01-05 09:50:12.tar on Dropbox
[2024-01-05 11:32:20] INFO: Synced /backup/0fe15f86.tar to /2024-01-05.tar on Dropbox
[2024-01-05 11:32:21] INFO: Synced /backup/fedcbb2f.tar to /2024-01-05.tar on Dropbox
[2024-01-05 11:32:21] INFO: Syncing done
[2024-01-05 11:32:21] INFO: Listening for input via stdin service call…

That part of the log suggests that files have been uploaded (“Synced”) - you’re positive the files are not in Dropbox?

Worth calling out that it’s recommended that the app permissions for Dropbox use
“Scoped Access” and “App folder” - that means that “/” config in the Home Assistant Add On means the root of the App folder in Dropbox you create (so not the root folder of the entire Dropbox).

@diffhome
thank ysou very much. I really appreciate your help. Afteer a while i got it now.
problem was a second Dropbox acoount.
Again…thanks and stay safe