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
674 stars 37 forks source link

Where backups are saving? #96

Closed Erz3 closed 6 months ago

Erz3 commented 6 months ago

I need the location where backup was save locally, becuse I want sync it with other app to a cloud storage service. Is it possible?

Thanks in advance.

mrrfv commented 6 months ago

Backups are saved as .7z archives in the destination directory specified at the beginning of the backup process. The default backup location (if you haven't changed it) is the directory you've been in at the time of the backup. Syncing the backups to cloud storage or another remote server is doable.

Erz3 commented 6 months ago

@mrrfv I can't specify a directory. Running the app I just see two options, export and import backup.

mrrfv commented 6 months ago

Don't run the app manually/separately, use the script and follow its instructions.

Erz3 commented 6 months ago

I see… Well, I just was looking for an app to backup a few encrypted files without need stay connected to my PC. In any case, Thanks you.