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

In the server add backup target host for scp #169

Closed
TAlonglong opened this issue May 21, 2023 · 0 comments · Fixed by #170
Closed

In the server add backup target host for scp #169

TAlonglong opened this issue May 21, 2023 · 0 comments · Fixed by #170

Comments

@TAlonglong
Copy link
Collaborator

Feature Request

Add backup or aditional target hosts using scp in server.

Some pseudo code suggested by @pnuu

if transfer_failed and "backup_target" in config:
    for tgt in config["backup_target"]:
        status = retry_transfer(msg, target=tgt)
        if status:
            break

This will allow more than target hosts when using scp with the server which will increase redundancy I need for my setup.

Assign this to me and tag it for PCW

@TAlonglong TAlonglong moved this to Todo in PCW Spring 2023 May 21, 2023
@TAlonglong TAlonglong moved this from Todo to In Progress in PCW Spring 2023 May 21, 2023
@TAlonglong TAlonglong mentioned this issue May 22, 2023
4 tasks
@TAlonglong TAlonglong moved this from In Progress to Ready for review in PCW Spring 2023 May 25, 2023
@TAlonglong TAlonglong moved this from Ready for review to In Progress in PCW Spring 2023 May 25, 2023
@TAlonglong TAlonglong moved this from In Progress to Ready for review in PCW Spring 2023 May 25, 2023
@pnuu pnuu closed this as completed in #170 Jun 5, 2023
@github-project-automation github-project-automation bot moved this from Ready for review to Done in PCW Spring 2023 Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant