Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot send files under /config #8

Open
haoranzhao2023 opened this issue Mar 19, 2025 · 0 comments
Open

Cannot send files under /config #8

haoranzhao2023 opened this issue Mar 19, 2025 · 0 comments

Comments

@haoranzhao2023
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant