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

How to dynamically send the directory that needs to be synced? #53

Open
ghvchen opened this issue Nov 29, 2017 · 1 comment
Open

How to dynamically send the directory that needs to be synced? #53

ghvchen opened this issue Nov 29, 2017 · 1 comment

Comments

@ghvchen
Copy link

ghvchen commented Nov 29, 2017

I tested the server and noticed that the synced directory needs to be predefined in yajsyncd.conf file. Is there a way that I can randomly give the directory that are not defined in the conf file?

Rsync program has the --progress options which can show the progress of the rsync, does current yajsync support this option as well?

@perlundq
Copy link
Owner

if I remember correctly this should be possible if you implement your own ModuleProvider (the default ModuleProvider reads a config file but this may be replaced using java's serviceloader mechanism)

no the client does not support any progress

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

No branches or pull requests

2 participants