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 backup file adder code #1376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

nrathaus
Copy link

Description

Add support such that when a file is found (200 HTTP OK code), additional extensions (related to backup files) are added to the queue

TODO

Some functionality is done quite ugly, let me know how you want to support it

  1. backup extensions are hardcoded to a list, should I read it from a file? a config parameter?
  2. _items is directly accessed, should I add a Dictionary func to add items? is it allowed to add to _items running it appears to have no ill effect

@NEX-S
Copy link

NEX-S commented May 15, 2024

backup extensions are hardcoded to a list, should I read it from a file? a config parameter?
For the sake of extensibility, I think we should provide custom prefixes/suffixes using the parameter

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.

None yet

2 participants