Coder Social home page Coder Social logo

This repo still active? about diskrsync HOT 5 CLOSED

awels avatar awels commented on June 28, 2024
This repo still active?

from diskrsync.

Comments (5)

awels avatar awels commented on June 28, 2024 1

So a small update, I did manage to create a binary that uses straight up socket to communicate, and the project I am integrating with uses stunnel to provide the TLS capability for the socket application. The implementation was relatively straight forward. Thanks again for this project!

from diskrsync.

dop251 avatar dop251 commented on June 28, 2024

Yes, however I don't think adding TLS would be a good idea. I deliberately left transport (including authentication, encryption, compression, etc.) out of the scope. SSH is ubiquitous, reliable, and does all this very well.

Neither would it be a trivial task, considering it uses stdin/stdout for main traffic and stderr for progress bar.

from diskrsync.

awels avatar awels commented on June 28, 2024

So I am trying to integrate this with a kubernetes project called volsync, which is standardizing on TLS (instead of ssh) and we will have a source and target process running, so I don't need ssh to start the receiving process for instance. If you are taking PRs I will probably take a stab at it.

from diskrsync.

dop251 avatar dop251 commented on June 28, 2024

Strictly speaking the synchronisation code itself is transport-agnostic. You could use it as a library (diskrsync.Source() and diskrsync.Target()) without modifying the source code.

from diskrsync.

awels avatar awels commented on June 28, 2024

Okay cool, then I will probably just create a binary in that project that uses this as a library.

from diskrsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.