I'm trying to sync as much as possible (memory allowing) to a device's internal memory, and then sync the rest to the SD card the device is using.
By sync I don't just mean copy, I mean an rsync-style copy that skips copying files that are already there and identical.
Is this possible at all without explicitly dividing the files I want to sync into two parts, one of which will fit into the internal memory?