At the moment we do support backup whilst app is running. We could use Background processing to upload media automatically even when app is not running in the foreground. On Android we could use WorkManager, on iOS BGProcessingTask looks like a good candidate.