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

Ask for help #295

Open
hiangeel opened this issue Oct 20, 2022 · 1 comment
Open

Ask for help #295

hiangeel opened this issue Oct 20, 2022 · 1 comment

Comments

@hiangeel
Copy link

I have an app folder on iCloud. Because it is non-shareable, I want to copy its contents to a shared folder on Dropbox.
I want every time I change a file on iCloud, it will be updated to Dropbox. I'm not professional, please help me with a detailed command/instruction. Thank you so much.

@finnito
Copy link

finnito commented Jan 16, 2023

I would recommend something like this:

fswatch  /path/to/your/icloud/directory | xargs -I {} sh -c "cp '{}' /path/to/other/folder"

Reference: https://stackoverflow.com/a/35196708/3405502

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