Quote:
Originally Posted by BetterRed
The limits are more likely to be imposed by the file system and the SQLite database, and I think you're a long way short of those
|
Yep. My library is roughly the same size as his (90K books, ca, 100GB) and I ran into an interesting issue when I was backing it up to my (FAT32-formatted) 128 GB USB stick. FreeFileSync bombed out with errors that seemed to point at a lack of space, although there was room enough on the stick.
Turned out it was a FAT32 LFN -> 8.3 Short Name mapping collision...
Converting the stick to NTFS fixed it.