mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
751 stars 40 forks source link

Ensure archive_dir directory is writeable #22

Closed xipmix closed 2 years ago

xipmix commented 2 years ago

It's irritating (at best) to start a long operation like a backup and then have it fail because you fat-fingered a directory path. Check the location exists and the user has write permission before we start anything longwinded.

mrrfv commented 2 years ago

Thank you!