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
I am using a borgmatic container to backup my data to an external hard drive. This hard drive is mounted with a bind mount into the borgmatic container.
I would like to be able to exclude this directory from the doku views, since it gives a false view of the size of the data that is in use.
Are you open for a PR?
I would add an environment variable containing paths that should be excluded, and filter on them in app/bindmounts/size.go
The text was updated successfully, but these errors were encountered:
Hello @zjean! Anyone who wants to contribute and make the project better is welcome to submit a PR. Your idea looks interesting and useful! I'd be happy to include it.
I am using a borgmatic container to backup my data to an external hard drive. This hard drive is mounted with a bind mount into the borgmatic container.
I would like to be able to exclude this directory from the doku views, since it gives a false view of the size of the data that is in use.
Are you open for a PR?
I would add an environment variable containing paths that should be excluded, and filter on them in app/bindmounts/size.go
The text was updated successfully, but these errors were encountered: