-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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
