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

Add Symlink and Hardlink Ex and Schema; Fix Schema for season_monitored_threshold #193

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

Heavybullets8
Copy link
Contributor

  • Added symlink and hardlink options to action_type:

    • Updated documentation and configuration examples to include hardlink and symlink as valid options.

    • Included an inline comment warning that hardlink and symlink require source_dirs and destination_dir to be on the same filesystem (important for container users).

        action_type: copy # <- Options: copy, move, hardlink, symlink (Note: 'hardlink' and 'symlink' require "source_dirs" and "destination_dir" to be on the same filesystem)
  • Updated Schema for season_monitored_threshold:

    • Added season_monitored_threshold to the schema with type number.
    • This fixes schema validation errors in the default config example.

@Drazzilb08 Drazzilb08 merged commit 6ee1a3a into Drazzilb08:master Oct 15, 2024
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