All Projects → seedvault-app → Seedvault

seedvault-app / Seedvault

Licence: apache-2.0
A backup application for the Android Open Source Project.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Seedvault

Timeliner
In general, Timeliner obtains items from data sources and stores them in a timeline.
Stars: ✭ 2,911 (+795.69%)
Mutual labels:  backup
Cdk Constructs
A collection of higher-level aws cdk constructs: slack-approval-workflow, #slack & msteams notifications, chatops, blue-green-container-deployment, codecommit-backup, OWASP dependency-check, contentful-webhook, github-webhook, stripe-webhook, static-website, pull-request-check, pull-request-approval-rule, codepipeline-merge-action, codepipeline-check-parameter-action...
Stars: ✭ 282 (-13.23%)
Mutual labels:  backup
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (-5.54%)
Mutual labels:  backup
Burry.sh
Cloud Native Infrastructure BackUp & RecoveRY
Stars: ✭ 260 (-20%)
Mutual labels:  backup
Routeros Scripts
a collection of scripts for Mikrotik RouterOS
Stars: ✭ 270 (-16.92%)
Mutual labels:  backup
Auto Gitlab Backup
A simple script to backup your Gitlab data. This script will copy the backup archives of your gitlab installation via rsync, or scp. Also, you can copy backups to Backblaze’s B2 Cloud Storage service.
Stars: ✭ 291 (-10.46%)
Mutual labels:  backup
nodebackup
Backup Tool for Docker Container, Kubernetes Deployments and for data folder
Stars: ✭ 17 (-94.77%)
Mutual labels:  backup
Export Saved Reddit
Export saved Reddit posts into a HTML file for import into Google Chrome.
Stars: ✭ 323 (-0.62%)
Mutual labels:  backup
Little Backup Box
Software that turns a single-board computer into a versatile and pocketable backup appliance
Stars: ✭ 278 (-14.46%)
Mutual labels:  backup
Ludusavi
Backup tool for PC game saves
Stars: ✭ 301 (-7.38%)
Mutual labels:  backup
Raspibackup
Backup and restore your running Raspberry
Stars: ✭ 268 (-17.54%)
Mutual labels:  backup
Andotp
Open source two-factor authentication for Android
Stars: ✭ 3,326 (+923.38%)
Mutual labels:  backup
Reshifter
Kubernetes cluster state management
Stars: ✭ 292 (-10.15%)
Mutual labels:  backup
Nfreezer
nFreezer is an encrypted-at-rest backup tool.
Stars: ✭ 259 (-20.31%)
Mutual labels:  backup
Wal E
Continuous Archiving for Postgres
Stars: ✭ 3,313 (+919.38%)
Mutual labels:  backup
90DaysOfDevOps
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
Stars: ✭ 1,575 (+384.62%)
Mutual labels:  backup
Docker Webserver
WebServer (MariaDB, PHP-FPM, Nginx) composed from several separate containers linked together
Stars: ✭ 290 (-10.77%)
Mutual labels:  backup
Zrepl
One-stop ZFS backup & replication solution
Stars: ✭ 327 (+0.62%)
Mutual labels:  backup
Restic Systemd Automatic Backup
My restic backup solution using Backblaze B2 storage, systemd timers (or cron) and email notifications on failure.
Stars: ✭ 314 (-3.38%)
Mutual labels:  backup
Photobak
Back up your content from Google Photos - DEPRECATED: use Timeliner
Stars: ✭ 304 (-6.46%)
Mutual labels:  backup

Seedvault

Build

A backup application for the Android Open Source Project.

Features

  • Backup application data to a flash drive.
  • Restore application data from a flash drive.
  • User-friendly encryption using a mnemonic phrase (BIP39).
  • Automatic daily backups that run in the background.

Requirements

  • Android 11

For older versions of Android, check out the branches.

Getting Started

  • Check out the wiki for information on building the application with AOSP.

What makes this different?

This application is compiled with the operating system and does not require a rooted device for use. It uses the same internal APIs as adb backup which is deprecated and thus needs a replacement.

Permissions

  • android.permission.BACKUP to back up application data.
  • android.permission.ACCESS_NETWORK_STATE to check if there is internet access when network storage is used.
  • android.permission.MANAGE_USB to access the serial number of USB mass storage devices.
  • android.permission.WRITE_SECURE_SETTINGS to change system backup settings and enable call log backup.
  • android.permission.QUERY_ALL_PACKAGES to get information about all installed apps for backup.
  • android.permission.INSTALL_PACKAGES to re-install apps when restoring from backup.
  • android.permission.MANAGE_DOCUMENTS to retrieve the available storage roots (optional) for better UX.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/seedvault-app/seedvault.

This project aims to adhere to the official Kotlin coding style.

Third-party tools

The Seedvault backup parser allows you to decrypt and inspect your backups. It can also re-encrypt them.

License

This application is available as open source under the terms of the Apache-2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].