Replies: 2 comments 1 reply
-
Great idea! This is absolutely possible to integrate with open-android-backup if any of these tools support backing up directly from stdin (I think borg does?). Once I have some free time I'll try to add this in (PRs are always welcome, and if I forget about this, feel free to ping me, preferably on a weekend). |
Beta Was this translation helpful? Give feedback.
-
It is what I think: Existing advanced backup tool(restic,borg, duplicati,..), open-android-backup use some basic backup logic. Why do users want to still use open-android-backup? Because tools aren't out-of-the-box for Android usage, if a user uses this backup tool for Android backup, he should manage many tasks: extract apk, export data, indicate files to include in Android internal storage to back up, etc...
So open-android-backup should expose the backup-tmp directory, it is the bridge to allow users extends their computer backup solution to Android. How open-android-backup could integrate with other advanced backup tool?
I think the existing two solutions are:
The second solution is more universal because each backup tool configuration file uses a different format. In the first solution, open-android-backup should support the integrated backup's configuration file's format. |
Beta Was this translation helpful? Give feedback.
-
Advanced backup tool like borg, restic support Deduplicating archiver. This feature is very usefull for incremental backup with low storage usage.
Do it is possible to integrate open-android-backup with a deduplicating backup tool.
For instance, user can disable the encryption feature. So after run open-android-backup, user launch borg on backup-tmp dir to create the backup.
Or better, open-android-backup store data directly with borg.
Beta Was this translation helpful? Give feedback.
All reactions