Skip to content

Cannot send files under /config #8

@haoranzhao2023

Description

@haoranzhao2023

configuration is:
-folders:

  • local: /config/field_data
    remote: /home/cevica/Data/H033/
    options: "-archive --recursive --compress"
    direction: push
  • local: /config/home-assistant.log
    remote: /home/cevica/Data/H033/
    options: "-archive --recursive --compress"
    direction: push

19:59:18] INFO: Sync /config/home-assistant.log.1 -> [email protected]:/home/cevica/Data/H032/ with options "--archive --recursive --compress"
++ rsync --archive --recursive --compress -e 'ssh -p 22 -i /ssl/rsync/id_rsa -oStrictHostKeyChecking=no' /config/home-assistant.log.1 [email protected]:/home/cevica/Data/H032/
++ set +x
[19:59:20] INFO: Synced all folders
[20:09:31] INFO: Use private key from /ssl/rsync/id_rsa
[20:09:31] INFO: Checking local directory: /config/field_data
[20:09:31] INFO: Creating local directory: /config/field_data
[20:09:31] INFO: Checking local directory: /config/home-assistant.log
[20:09:31] INFO: Creating local directory: /config/home-assistant.log

The local directory is existing, but it create a blank directory and send it to target. Instead of sending real file, it send the created folders which has the same file name to the to the target

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions