iOS 5.0.1 : How to verify that the folder is marked as “Do not back up” for iCloud?

For iOS 5.1, run the app in the simulator, and run the following command in the Terminal:

xattr {filename}

You should see the following if the item is correctly marked for exclusion:

com.apple.metadata:com_apple_backup_excludeItem 

Leave a Comment