You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or support indexing on multiple given filesystems, like :
duc index -x / /data /someothermount
If I do :
duc index -x /
duc index -x /data
dux index -x /someothermount
I get a database with multilpe datasets and no option to make a combined graph of them.
The text was updated successfully, but these errors were encountered:
Or support indexing on multiple given filesystems, like :
duc index -x / /data /someothermount
If I do :
duc index -x /
duc index -x /data
dux index -x /someothermount
I get a database with multilpe datasets and no option to make a combined graph of them.
True: there are multiple trees in the database, but their content is not
yet merged. Ideally, the /data and /someothermount would appear in the
same view as /, but this is not the case yet.
I'm currently working on a solution for threading or merging databases,
I'll keep this ticket open as a reminder.
I don't know if it will work for your case, but I wrote some wrapper function around duc, which uses different databases, depending on the requested path.
Or support indexing on multiple given filesystems, like :
duc index -x / /data /someothermount
If I do :
duc index -x /
duc index -x /data
dux index -x /someothermount
I get a database with multilpe datasets and no option to make a combined graph of them.
The text was updated successfully, but these errors were encountered: