According to the developer documentation on Apple's website: https://developer.apple.com/library/ios/#qa/qa1719/_index.html
Starting in iOS 5.0.1 a new "do not back up" file attribute has been introduced allowing developers to clearly specify which files should be backed up. (com.apple.MobileBackup)
I'm wondering if this is supported in PhoneGap / Cordova, as I want to be able to store some offline data (data that can be downloaded or otherwise recreated, but that the user expects to be reliably available when offline) that is not backed up on iCloud.
Persistance is clearly documented (LocalFileSystem.PERSISTENT - http://docs.phonegap.com/en/1.5.0/phonegap_file_file.md.html#LocalFileSystem) on the PhoneGap website, but there seems to be no way of ensuring a saved file is not backed up to the iCloud.