I am using DirLibrary to store files. Periodically, I add new files and delite out obsolete files, but I noticed that in the settings, if you look at the size of the occupied data, they change with some delay. That is, if I add something, then I will see the increased size only after a while. The same thing happens with deletion, I delete files and only after a while I see that the size of the data has decreased. If I understood everything correctly, is this due to the fact that iTunes creates a backup copy? By default, are all files stored in DirLibrary copied to iTunes?
I can use File.SetExcludeFromBackup to prevent the app from backing up to iTunes. When is the best time to use this feature? Right after I copied the file to DirLibrary? If an iTunes backup has already been created, and I tell the file not to be backed up to iTunes, will the backup be automatically deleted?
I can use File.SetExcludeFromBackup to prevent the app from backing up to iTunes. When is the best time to use this feature? Right after I copied the file to DirLibrary? If an iTunes backup has already been created, and I tell the file not to be backed up to iTunes, will the backup be automatically deleted?