Skip to content

create subdirectories for domain paths#5

Open
ahoog42 wants to merge 1 commit intodunhamsteve:masterfrom
ahoog42:master
Open

create subdirectories for domain paths#5
ahoog42 wants to merge 1 commit intodunhamsteve:masterfrom
ahoog42:master

Conversation

@ahoog42
Copy link
Copy Markdown

@ahoog42 ahoog42 commented Oct 8, 2018

In the domain column of the Manifest.db Files table, logical subdirectories are delineated with a -. By replacing the - with a /, the directory structure on a full restore (e.g. with * as the domain) is created with a more logical structure. For example, instead of a directory in the top level restore directory for each app, e.g.:

AppDomain-com.apple.mobilesafari
AppDomain-com.yelp.yelpiphone
<snip>

each app would have a directory under AppDomain which changes for a bunch of directories like:

AppDomain
  |--- com.apple.mobilesafari
  |--- com.yelp.yelpiphone
<snip>

This makes exploring the various domains easier as the structure of how data is stored is more accurately represented in the restore directory.

Copy link
Copy Markdown
Owner

@dunhamsteve dunhamsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the indentation is off, can you run go fmt on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants