Skip to content

Instantly share code, notes, and snippets.

@ejangi
Last active July 1, 2025 02:21
Show Gist options
  • Save ejangi/666024617dc4d5ee07d48d41c12bd7f2 to your computer and use it in GitHub Desktop.
Save ejangi/666024617dc4d5ee07d48d41c12bd7f2 to your computer and use it in GitHub Desktop.
# 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