PhotoBackup / client-android

The Android PhotoBackup client, made to free your pictures from your device
https://photobackup.github.io/
GNU General Public License v2.0
48 stars 15 forks source link

Upload only photos from specified folders #48

Closed jkufner closed 8 years ago

jkufner commented 8 years ago

I have few web pages and an icon set with few hundred small icons stored on my SD card. I guess you have a good idea what happend during initial backup. Yes, all these irrelevant pictures got copied along with my photos...

The client should backup only selected folders. There is no need to backup everything else. There should be list of the folders in the settings, however, defaults should be easy to detect (the DCIM folders). Also USB-OTG storages should be ignored.

stephanepechard commented 8 years ago

Even better, there's a PR for that: #29

stephanepechard commented 8 years ago

Done in v0.10.0. This is a first version, it is probably not perfect. Any feedback is welcomed!

jkufner commented 8 years ago

Awesome! Thank you.