Skip to content

Suggestion: ignore dotfiles in conf.d #607

@huyz

Description

@huyz

Is your feature request related to a problem? Please describe.

I have special files in all my bind-mount directories, including the conf.d/ directory where docker-volume-backup reads backup configuration files. Since these files are unrecognized, DVB won't start up.

Describe the solution you'd like

Ignore all dotfiles, which are traditionally considered hidden files, in conf.d:

for _, item := range items {

Describe alternatives you've considered

Looks like the code skips directories, so I may create a special subdirectory to hide my dotfiles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions