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

Support for hooking an external script #26

Open
vstefanoxx opened this issue Mar 30, 2016 · 0 comments
Open

Support for hooking an external script #26

vstefanoxx opened this issue Mar 30, 2016 · 0 comments

Comments

@vstefanoxx
Copy link
Collaborator

Hi.

Considered that is difficult to add support for ACL synchronization to bsync, I propose to add support for running an external script between apply_small_actions and apply_rsync_actions.
The external script could take care of ACL synchronization, and if I'm not wrong the best moment to do it is between the fast moves and deletion (apply_small_actions) and the possible slow rsync operations, to reduce the time window where ACL are not synchronized.
If using --acls rsync argument, is not needed to resync ACL after rsync operations.

The external script could be specified by a command line option -s, for example.

If you agree, I can branch and propose a pull request.
(I did now another pull request for batch mode and autoanswer, as discussed in another thread)

Stefano

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

1 participant