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

Details on Move event #125

Open
aashakabra opened this issue Mar 12, 2024 · 1 comment
Open

Details on Move event #125

aashakabra opened this issue Mar 12, 2024 · 1 comment

Comments

@aashakabra
Copy link

aashakabra commented Mar 12, 2024

Hello,

I am watching 5 events - create, write, remove, rename, move

and I am performing below sample move command on Ubuntu -
mv <source_dir> <target_dir>

I am watching source directory and I am getting move operation as combination of write + remove events.
I am watching target directory and I am getting write + create events.

  1. What operation do I need to perform to get move event triggered?
  2. Also, do I need to watch source directory or target directory in case of move event?

Thanks,
Asha

@aashakabra
Copy link
Author

Hello @radovskyb , can you please share inputs.

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