Skip to content

Archive directory path is ignored #13

@blazsvigelj

Description

@blazsvigelj

When calling ArchiveHooks with retainedFileCountLimit the target directory is ignored.

Fore example:
new ArchiveHooks(3, CompressionLevel.Fastest, "/archive");
will never move compressed files in /archive folder.

Possible solution:

should be this.targetDirectory = targetDirectory;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions