summaryrefslogtreecommitdiffstats
path: root/infomanager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-1/+3
| | | | | | | | | | Files and folders that we create during backups, copy log, or MTP operations often do not have the proper uid/gid/contexts assigned. We will attempt to read the proper contexts from the settings storage path and assign those same contexts to any files or dirs that we create. Change-Id: I769f9479854122b49b499de2175e6e2d026f8afd
* Track backup and restore progressEthan Yonker2014-07-091-0/+206
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