Last active
July 1, 2025 02:21
-
-
Save ejangi/666024617dc4d5ee07d48d41c12bd7f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Once you have run `rclone config` to create the iclouddrive connection: | |
rclone copy iclouddrive: iCloud\ Drive/ --progress --verbose --transfers 1 --ignore-size | |
# If you have a file of paths to include (prefix "+ ") or exclude (prefix "- ") then you can use: | |
# rclone copy iclouddrive: iCloud\ Drive/ --progress --verbose --transfers 1 --ignore-size --filter-from ~/.config/rclone/filters.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment