Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create subdirectories for domain paths #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ahoog42
Copy link

@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
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