Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

rsync auto not work #2846

Open
maxttor opened this issue Aug 3, 2019 · 0 comments
Open

rsync auto not work #2846

maxttor opened this issue Aug 3, 2019 · 0 comments

Comments

@maxttor
Copy link

maxttor commented Aug 3, 2019

Config:

synced_folder:
            folder1:
                owner: www-user
                group: www-data
                source: 'C:\\Users\\maxxt\\Documents\\Projects'
                target: /var/www
                sync_type: rsync
                smb:
                    smb_host: ''
                    smb_username: ''
                    smb_password: ''
                    mount_options:
                        dir_mode: '0775'
                        file_mode: '0664'
                rsync:
                    args:
                        - '--verbose'
                        - '--archive'
                        - '-z'
                    exclude:
                        - .vagrant/
                        - .git/
                    auto: 'true'

But files changes are not visible...

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

No branches or pull requests

1 participant