-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backup-lib: Backup and restore termux
Use special logic to provide better UX for restoring. Restoring incrementally causes issues like failures with ordinary binaries like 'ls' returning permission denied. Likely because chmod is not correct or permissions are not preserved when restored from cloud storage. Downside is a new tar.gz on each backup, so no incremental backup adavantages for backup of termux app itself. #17
- Loading branch information
1 parent
2331c7a
commit a96ae42
Showing
2 changed files
with
107 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters