Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track backup and restore progress | Ethan Yonker | 2014-07-09 | 1 | -2/+3 |
| | | | | | | | | Track backup and restore progress based on the sizes of the files as they are being added to the tar backup file. Update the progress bar based on the sizes of the files. Change-Id: Idf649efa1db3e91830b4b2add86203a3f30042ff | ||||
* | Remove deprecated tar exclude functionality | Matt Mower | 2014-03-31 | 1 | -4/+0 |
| | | | | | | | | | twrpDU::check_skip_dirs() handles skipped folders now. Everywhere twrpTar::setexcl() is being used to exclude files eventually calls createTarFork(), which in turn calls Generate_TarList(), which checks check_skip_dirs(). Change-Id: Ibbc4eb2eb89863ccb2a15f5a3b5092fb10fcbcc0 | ||||
* | Add twrpTar binary | Ethan Yonker | 2014-02-12 | 2 | -0/+235 |
Change-Id: I9db1aac350cd2ca02cceccc249ebd2f0b3c3c671 |