seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.19k stars 73 forks source link

Don't include empty dirs in media backup #619

Closed grote closed 4 months ago

grote commented 4 months ago

Otherwise, the directories would be treated as small files and we would try to backup their content which would fail. Non-empty directories still get restored when we restore the files in them.

How to test: Tell Seedvault to backup Downloads, then use file manager to create a folder inside /sdcard/Download.

Fixes one bug of #336