-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge current work into master #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I expect that these commands can be called from the web UI via buttons and forms.
these messages will dispaly the progress of rsync
…waits for confirmation that will never come. without this change, this shows up on the console, but never gets answered: The authenticity of host '[www.mavcesium.io]:2221 ([162.243.255.160]:2221)' can't be established. RSA key fingerprint is 79:39:48:87:5f:57:89:12:f6:c8:7d:af:36:88:3d:0a. Are you sure you want to continue connecting (yes/no)?
Df sync minor corrections.
…ir defaults to a WebConfigServer.json that may not have all the data in them already.
Df sync - example of better module parameter defaults handling
add basic cmd-line help
add basic cmd-line help
…mandline, this re-arrangment of the location of the username/hostname etc is needed for it to work here for me.
dfsync bugfix... after adding the -o StrictHostKeyChecking=no to the ssh com…
…hen displaying the contents to the user. ( last part no worky )
Df sync wip
fix for identity file not being encoded properly.
a minimal working example can be found in requests_utils.py
registration and verification need more work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DFSync is working in a minimal form so it seems like a good time to merge the current work from this branch.